Fix bracket issue.
Bug: 17301771 Change-Id: Ibbe95855765dfc9abe13e0545f82051bb73e0401
This commit is contained in:
parent
8000845a81
commit
f7b77011b5
|
@ -202,7 +202,7 @@
|
|||
|
||||
<activity android:name=".PhoneAccountPreferencesActivity"
|
||||
android:label="@string/phone_account_preferences_title"
|
||||
android:configChanges="orientation|screenSize|keyboardHidden">
|
||||
android:configChanges="orientation|screenSize|keyboardHidden"
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
|
Loading…
Reference in New Issue