Add overlays

* Use a high priority to override other rro overlays
This commit is contained in:
Alessandro Astone
2021-12-16 15:50:59 +01:00
parent de08478020
commit 401e4af0e0
13 changed files with 122 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mtg.gmsoverlay"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android" android:priority="1337" android:isStatic="true" />
</manifest>