SetupWizard: Fix formatting
Change-Id: I23e49d07766c53893f5948820db01bd764134b22
This commit is contained in:
parent
9906c90029
commit
ff2cc6d642
@ -15,9 +15,9 @@
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.cyanogenmod.setupwizard"
|
package="com.cyanogenmod.setupwizard"
|
||||||
android:versionCode="3"
|
android:versionCode="3"
|
||||||
android:sharedUserId="android.uid.system">
|
android:sharedUserId="android.uid.system">
|
||||||
|
|
||||||
<original-package android:name="com.cyanogenmod.account" />
|
<original-package android:name="com.cyanogenmod.account" />
|
||||||
|
|
||||||
@ -59,27 +59,27 @@
|
|||||||
android:protectionLevel="signature" />
|
android:protectionLevel="signature" />
|
||||||
|
|
||||||
<protected-broadcast android:name="com.cyanogenmod.setupwizard.SETUP_FINISHED"
|
<protected-broadcast android:name="com.cyanogenmod.setupwizard.SETUP_FINISHED"
|
||||||
android:permission="cyanogenmod.permission.FINISH_SETUP"/>
|
android:permission="cyanogenmod.permission.FINISH_SETUP"/>
|
||||||
|
|
||||||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="21" />
|
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="21" />
|
||||||
|
|
||||||
<application android:label="@string/app_name"
|
<application android:label="@string/app_name"
|
||||||
android:icon="@drawable/icon"
|
android:icon="@drawable/icon"
|
||||||
android:theme="@style/Theme.Setup"
|
android:theme="@style/Theme.Setup"
|
||||||
android:name=".SetupWizardApp">
|
android:name=".SetupWizardApp">
|
||||||
|
|
||||||
<uses-library android:name="org.cyanogenmod.hardware" android:required="false" />
|
<uses-library android:name="org.cyanogenmod.hardware" android:required="false" />
|
||||||
|
|
||||||
<meta-data android:name="com.google.android.gms.version"
|
<meta-data android:name="com.google.android.gms.version"
|
||||||
android:value="@integer/google_play_services_version" />
|
android:value="@integer/google_play_services_version" />
|
||||||
|
|
||||||
<activity android:name=".ui.SetupWizardActivity"
|
<activity android:name=".ui.SetupWizardActivity"
|
||||||
android:label="@string/product_name"
|
android:label="@string/product_name"
|
||||||
android:launchMode="singleInstance"
|
android:launchMode="singleInstance"
|
||||||
android:excludeFromRecents="true"
|
android:excludeFromRecents="true"
|
||||||
android:immersive="true">
|
android:immersive="true">
|
||||||
|
|
||||||
<intent-filter android:priority="9">
|
<intent-filter android:priority="9">
|
||||||
|
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
<action android:name="android.intent.action.DEVICE_INITIALIZATION_WIZARD" />
|
<action android:name="android.intent.action.DEVICE_INITIALIZATION_WIZARD" />
|
||||||
|
Loading…
Reference in New Issue
Block a user