14 lines
462 B
XML
14 lines
462 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Automatically generated file. DO NOT MODIFY
|
|
-->
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.android.carrierconfig.product"
|
|
android:versionCode="1"
|
|
android:versionName="1.0">
|
|
<application android:hasCode="false" />
|
|
<overlay
|
|
android:targetPackage="com.android.carrierconfig"
|
|
android:isStatic="true"
|
|
android:priority="0"/>
|
|
</manifest>
|