2021-12-17 00:43:49 +09:00
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
package="com.mtg.gmssettingsprovideroverlay"
|
|
|
|
android:versionCode="1"
|
|
|
|
android:versionName="1.0">
|
2022-09-30 03:36:03 +09:00
|
|
|
<application android:hasCode="false" />
|
2021-12-17 00:43:49 +09:00
|
|
|
<overlay android:targetPackage="com.android.providers.settings" android:priority="1337" android:isStatic="true" />
|
|
|
|
</manifest>
|