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

Commit dbe0f4ca authored by Steve Statia's avatar Steve Statia Committed by Android (Google) Code Review
Browse files

Merge "Add Phone Information V2 to the hidden menu list" into main

parents b0b864ce b9ca6d22
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5340,6 +5340,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>