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:
@@ -119,4 +119,7 @@
|
|||||||
|
|
||||||
<!-- Auto pin confirm -->
|
<!-- 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>
|
<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>
|
</resources>
|
||||||
|
|||||||
@@ -93,6 +93,15 @@
|
|||||||
android:selectable="false"
|
android:selectable="false"
|
||||||
android:title="@string/my_device_info_device_details_category_title">
|
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 -->
|
<!-- SIM status -->
|
||||||
<Preference
|
<Preference
|
||||||
android:key="sim_status"
|
android:key="sim_status"
|
||||||
|
|||||||
Reference in New Issue
Block a user