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

Commit 53e47213 authored by Sunny Shao's avatar Sunny Shao
Browse files

Fix the crash on the UnrestrictedDataAccess

- roll back the key value

Fixes: 149229728
Test: manual test
Change-Id: Ie505946f90ac0c2ab86c7dcaa370951d80181d9a
parent 64a941f8
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@
<PreferenceScreen
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:settings="http://schemas.android.com/apk/res-auto"
    android:key="unrestricted_data_screen"
    android:title="@string/unrestricted_data_saver"
    settings:controller="com.android.settings.datausage.UnrestrictedDataAccessPreferenceController">
    settings:controller="com.android.settings.datausage.UnrestrictedDataAccessPreferenceController"
    settings:searchable="false">
</PreferenceScreen>