kopia lustrzana https://github.com/ryukoposting/Signal-Android
Set UpdateApkReadyListener receivers to not exported.
rodzic
0d8ff0ead0
commit
612ce5d0a8
|
@ -4,13 +4,13 @@
|
||||||
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES"/>
|
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES"/>
|
||||||
|
|
||||||
<application>
|
<application>
|
||||||
<receiver android:name=".service.UpdateApkRefreshListener">
|
<receiver android:name=".service.UpdateApkRefreshListener" android:exported="false">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.BOOT_COMPLETED" />
|
<action android:name="android.intent.action.BOOT_COMPLETED" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</receiver>
|
</receiver>
|
||||||
|
|
||||||
<receiver android:name=".service.UpdateApkReadyListener">
|
<receiver android:name=".service.UpdateApkReadyListener" android:exported="false">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.DOWNLOAD_COMPLETE"/>
|
<action android:name="android.intent.action.DOWNLOAD_COMPLETE"/>
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
|
Ładowanie…
Reference in New Issue