Fix bracket issue.

Bug: 17301771
Change-Id: Ibbe95855765dfc9abe13e0545f82051bb73e0401
This commit is contained in:
Santos Cordon 2014-08-27 12:50:38 -07:00
parent 8000845a81
commit f7b77011b5
1 changed files with 2 additions and 2 deletions

View File

@ -202,8 +202,8 @@
<activity android:name=".PhoneAccountPreferencesActivity"
android:label="@string/phone_account_preferences_title"
android:configChanges="orientation|screenSize|keyboardHidden">
android:exported="true" >
android:configChanges="orientation|screenSize|keyboardHidden"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
</intent-filter>