mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-06 14:03:45 +01:00
android:exported has to be explicitly set when targeting Android 12
This commit is contained in:
parent
56776aed21
commit
756f846e74
@ -14,7 +14,9 @@
|
|||||||
|
|
||||||
<application>
|
<application>
|
||||||
|
|
||||||
<receiver android:name=".fdroid.receiver.OnApplicationUpgradeOrRebootReceiver">
|
<receiver
|
||||||
|
android:name=".fdroid.receiver.OnApplicationUpgradeOrRebootReceiver"
|
||||||
|
android:exported="false">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MY_PACKAGE_REPLACED" />
|
<action android:name="android.intent.action.MY_PACKAGE_REPLACED" />
|
||||||
<action android:name="android.intent.action.BOOT_COMPLETED" />
|
<action android:name="android.intent.action.BOOT_COMPLETED" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user