d5f65a27ea
Fixes theme. Values extracted from PixelSetupWizard
8 lines
347 B
XML
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>
|