[RadioInfo] Remove from Settings (into Telephony)

Moving RadioInfo and BandMode to Telephony app.

Bug: 123598192
Test: Manual test
Change-Id: Id62a2bf4b2c44efcd48319734d1cab6ed969ee06
This commit is contained in:
Bonian Chen
2019-10-07 13:52:06 +08:00
parent 92cd7b40f3
commit b7633cc59d
7 changed files with 6 additions and 2607 deletions

View File

@@ -2107,26 +2107,6 @@
android:value="com.android.settings.wfd.WifiDisplaySettings" />
</activity>
<activity
android:name="RadioInfo"
android:label="@string/phone_info_label"
android:process="com.android.phone">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
</intent-filter>
</activity>
<activity android:name="BandMode"
android:label="@string/band_mode_title"
android:process="com.android.phone">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.VOICE_LAUNCH" />
</intent-filter>
</activity>
<activity android:name="Settings$TestingSettingsActivity" android:label="@string/testing">
<meta-data android:name="com.android.settings.FRAGMENT_CLASS"
android:value="com.android.settings.TestingSettings" />