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

Commit 747aad12 authored by Steve Statia's avatar Steve Statia
Browse files

Fix target class path to new hiddenmenu dir

Bug: 420708012
Test: manual testing
Flag: EXEMPT bug fix
Change-Id: I463d35d895a5b8e1ed93d851d93ab96cb0accd5d
parent caec2e61
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
        <intent
                android:action="android.intent.action.MAIN"
                android:targetPackage="com.android.phone"
                android:targetClass="com.android.phone.settings.PhoneInformationV2" />
                android:targetClass="com.android.phone.settings.hiddenmenu.PhoneInformationV2" />
    </PreferenceScreen>

    <PreferenceScreen