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

Commit 4799e548 authored by Fan Zhang's avatar Fan Zhang
Browse files

Remove hardcode class path for CredentialStorage.

It can launch with a intent action directly.

Change-Id: I26a3a63d1790c1fd184b38711c736428f86f3659
Fixes: 124124110
Test: manual
parent c7cef5ee
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -78,8 +78,7 @@

            <intent
                android:action="com.android.credentials.RESET"
                android:targetPackage="com.android.settings"
                android:targetClass="com.android.settings.CredentialStorage" />
                android:targetPackage="com.android.settings" />

        </com.android.settingslib.RestrictedPreference>