Fix the crash on the UnrestrictedDataAccess

- roll back the key value

Fixes: 149229728
Test: manual test
Change-Id: Ie505946f90ac0c2ab86c7dcaa370951d80181d9a
This commit is contained in:
Sunny Shao
2020-02-11 11:37:29 +08:00
parent 64a941f8ad
commit 53e47213bd

View File

@@ -18,6 +18,8 @@
<PreferenceScreen <PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res-auto" xmlns:settings="http://schemas.android.com/apk/res-auto"
android:key="unrestricted_data_screen"
android:title="@string/unrestricted_data_saver" android:title="@string/unrestricted_data_saver"
settings:controller="com.android.settings.datausage.UnrestrictedDataAccessPreferenceController"> settings:controller="com.android.settings.datausage.UnrestrictedDataAccessPreferenceController"
settings:searchable="false">
</PreferenceScreen> </PreferenceScreen>