
https://github.com/LineageOS/android_device_motorola_nio at 03bb670fb7e1236ebe54e06351ddaa05fb4e58f6
10 lines
441 B
XML
10 lines
441 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.carrierconfig.overlay.common">
|
|
<!-- Apks with greater priority can override the configs here. -->
|
|
<overlay android:priority="100" android:targetPackage="com.android.carrierconfig" android:isStatic="true" />
|
|
</manifest>
|