2020-10-08 02:34:35 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
package="com.android.cellbroadcastreceiver.overlay.common">
|
|
|
|
|
|
|
|
<overlay
|
|
|
|
android:isStatic="true"
|
2020-10-14 23:06:57 +00:00
|
|
|
android:priority="700"
|
2020-10-08 02:34:35 +00:00
|
|
|
android:targetPackage="com.android.cellbroadcastreceiver" />
|
|
|
|
</manifest>
|