Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b9ca6d22 authored by Steve Statia's avatar Steve Statia
Browse files

Add Phone Information V2 to the hidden menu list

Bug: 410713908
Test: manual testing
Flag: EXEMPT UI/UX test code

Change-Id: I18c2d2e33b4c9a1049838c988e57c9018857cdb1
parent 96cd3f68
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5201,6 +5201,9 @@
    <!-- label for usage time -->
    <string name="usage_time_label">Usage time</string>
    <!-- In the Testing screen. The item title of the activity that shows the new phone information v2.  -->
    <string name="phone_information_v2_title">Phone Information V2</string>
    <!-- Accessibility settings -->
    <skip />
+13 −4
Original line number Diff line number Diff line
@@ -18,11 +18,12 @@
        android:title="@string/testing" >

    <PreferenceScreen
            android:title="@string/testing_phone_info"
            android:key="radio_info_settings">
        <intent android:action="android.intent.action.MAIN"
            android:title="@string/phone_information_v2_title"
            android:key="phone_information_v2">
        <intent
                android:action="android.intent.action.MAIN"
                android:targetPackage="com.android.phone"
                android:targetClass="com.android.phone.settings.RadioInfo" />
                android:targetClass="com.android.phone.settings.PhoneInformationV2" />
    </PreferenceScreen>

    <PreferenceScreen
@@ -40,4 +41,12 @@
                android:targetClass="com.android.settings.Settings$WifiInfoActivity" />
    </PreferenceScreen>

    <PreferenceScreen
            android:title="@string/testing_phone_info"
            android:key="radio_info_settings">
        <intent android:action="android.intent.action.MAIN"
                android:targetPackage="com.android.phone"
                android:targetClass="com.android.phone.settings.RadioInfo" />
    </PreferenceScreen>

</PreferenceScreen>