Settings: Expose radio info (*#*#4636#*#*)

idoybh edits: Move to about phone in settings

Signed-off-by: Omkar Chandorkar <gotenksIN@aosip.dev>
Change-Id: I7cf1ee8685749212ddeee9b4e7135af3185f78b8
Signed-off-by: DarkJoker360 <simoespo159@gmail.com>
This commit is contained in:
xyyx
2020-11-19 15:09:12 +02:00
committed by Joey
parent d61824a1c9
commit ac74a08835
2 changed files with 12 additions and 0 deletions

View File

@@ -119,4 +119,7 @@
<!-- Auto pin confirm -->
<string name="lock_screen_auto_pin_confirm_summary_custom">Unlock automatically if you input a correct PIN. This is slightly less secure than tapping Enter to confirm.</string>
<!-- Radio Info -->
<string name="radio_info_title">Radio info</string>
</resources>

View File

@@ -93,6 +93,15 @@
android:selectable="false"
android:title="@string/my_device_info_device_details_category_title">
<Preference
android:title="@string/radio_info_title"
android:key="radio_info_settings"
android:order="6">
<intent android:action="android.intent.action.MAIN"
android:targetPackage="com.android.phone"
android:targetClass="com.android.phone.settings.RadioInfo" />
</Preference>
<!-- SIM status -->
<Preference
android:key="sim_status"