99a1b4d526
* Referenced both relevant packages. * No diff to GmsSettingsProviderOverlay. * Added all diffs from GmsOverlay except for LatinIme. * [razorloves]: Remove overlays duplicated in AOSP.
8 lines
313 B
XML
8 lines
313 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.mtg.gmsoverlay"
|
|
android:versionCode="1"
|
|
android:versionName="1.0">
|
|
<application android:hasCode="false" />
|
|
<overlay android:targetPackage="android" android:priority="1337" android:isStatic="true" />
|
|
</manifest>
|