Add GmsSetupWizardOverlay
Fixes theme. Values extracted from PixelSetupWizard
This commit is contained in:
committed by
Michael Bestas
parent
04e0d97901
commit
d5f65a27ea
7
overlay/GmsSetupWizardOverlay/AndroidManifest.xml
Normal file
7
overlay/GmsSetupWizardOverlay/AndroidManifest.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user