diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 443b7e9..72b6722 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -15,9 +15,9 @@ limitations under the License. --> + package="com.cyanogenmod.setupwizard" + android:versionCode="3" + android:sharedUserId="android.uid.system"> @@ -59,27 +59,27 @@ android:protectionLevel="signature" /> + android:permission="cyanogenmod.permission.FINISH_SETUP"/> + android:icon="@drawable/icon" + android:theme="@style/Theme.Setup" + android:name=".SetupWizardApp"> + android:value="@integer/google_play_services_version" /> + android:label="@string/product_name" + android:launchMode="singleInstance" + android:excludeFromRecents="true" + android:immersive="true"> - +