Update FooterPreference's classpath in preference files.
FooterPreference was moved to SettingsLib in ag/2237939, which should have updated these files as well. Test: Manually test the change fixes the crash. Bug: 38371580 Change-Id: I66b6fe555c164f879a2545ab455c822c0de4536d Fixes: 38371580
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
<PreferenceCategory
|
<PreferenceCategory
|
||||||
android:key="dashboard_tile_placeholder"/>
|
android:key="dashboard_tile_placeholder"/>
|
||||||
|
|
||||||
<com.android.settings.widget.FooterPreference
|
<com.android.settingslib.widget.FooterPreference
|
||||||
android:title="@string/enterprise_privacy_apps_count_estimation_info"
|
android:title="@string/enterprise_privacy_apps_count_estimation_info"
|
||||||
android:selectable="false"/>
|
android:selectable="false"/>
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
||||||
|
@@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
|
|
||||||
<com.android.settings.widget.FooterPreference
|
<com.android.settingslib.widget.FooterPreference
|
||||||
android:title="@string/data_usage_metered_body"
|
android:title="@string/data_usage_metered_body"
|
||||||
android:selectable="false" />
|
android:selectable="false" />
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user