[Settings] Avoid binding with phone process
Has adopted public API, no longer require to stay in phone process.
Bug: 149165700
Test: manual
Change-Id: I70362a2aea15c5eb52d10af21025cf9643097803
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index c73ee8d..9ba8bcc 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -384,12 +384,10 @@
android:value="true" />
</activity>
- <!-- Runs in the phone process since it needs access to UiccController -->
<activity android:name="Settings$ApnSettingsActivity"
android:label="@string/apn_settings"
android:launchMode="singleTask"
- android:configChanges="orientation|keyboardHidden|screenSize"
- android:process="com.android.phone">
+ android:configChanges="orientation|keyboardHidden|screenSize">
<intent-filter android:priority="1">
<action android:name="android.settings.APN_SETTINGS" />
<category android:name="android.intent.category.DEFAULT" />
@@ -1417,8 +1415,7 @@
</activity>
<activity android:name="Settings$IccLockSettingsActivity"
- android:label="@string/sim_lock_settings"
- android:process="com.android.phone">
+ android:label="@string/sim_lock_settings">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />