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

Commit 1b30b1ee authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix the crash on the UnrestrictedDataAccess"

parents 8cbebaba 53e47213
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>