OSDN Git Service

Hidden AddAccount activity doesn't need to deal with orientation changes.
[android-x86/packages-apps-Settings.git] / AndroidManifest.xml
index e07f38e..334a9d9 100644 (file)
 
         <activity android:name="com.android.settings.accounts.AddAccountSettings"
             android:theme="@android:style/Theme.Translucent.NoTitleBar"
+            android:configChanges="orientation|keyboardHidden"
             android:label="@string/header_add_an_account">
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />