9 lines
363 B
XML
9 lines
363 B
XML
![]() |
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!--Copyright (c) 2018, Qualcomm Technologies, Inc.
|
||
|
All Rights Reserved.
|
||
|
-->
|
||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
package="com.android.cellbroadcastreceiver.overlay.common">
|
||
|
<overlay android:targetPackage="com.android.cellbroadcastreceiver" android:isStatic="true" />
|
||
|
</manifest>
|