Change inactive backup UI to show "Disabled by admin"
Change text displayed when backup is inactive for a user from "Backup service isn't active" to "Disabled by admin". Bug: 131296047 Test: Make backup inactive, check UI (primary and work profile) Change-Id: I087755fa1e79564d320fe1fa62de92e3dc40a343
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
|
||||
<Preference
|
||||
android:key="backup_inactive"
|
||||
android:title="@string/backup_inactive_title"
|
||||
android:title="@string/disabled_by_administrator_summary"
|
||||
android:enabled="false"
|
||||
android:selectable="false"
|
||||
settings:controller="com.android.settings.backup.BackupInactivePreferenceController" />
|
||||
|
||||
Reference in New Issue
Block a user