vendor_gapps/overlay/GmsSetupWizardOverlay/AndroidManifest.xml
Michael Bestas d5f65a27ea Add GmsSetupWizardOverlay
Fixes theme. Values extracted from PixelSetupWizard
2024-02-25 23:15:38 +00:00

8 lines
347 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mtg.gmssetupwizardoverlay"
android:versionCode="1"
android:versionName="1.0">
<application android:hasCode="false" />
<overlay android:targetPackage="com.google.android.setupwizard" android:priority="1337" android:isStatic="true" />
</manifest>