Finalize strings for enterprise privacy
A few more final string tweaks for the enterprise privacy page. Bug: 32692748 Test: m RunSettingsRoboTests Change-Id: Ib955aa5a6e756748ed7422021099234ad3fefa8b
This commit is contained in:
@@ -53,7 +53,8 @@ public abstract class AdminGrantedPermissionsPreferenceControllerBase
|
||||
} else {
|
||||
preference.setVisible(true);
|
||||
preference.setSummary(mContext.getResources().getQuantityString(
|
||||
R.plurals.enterprise_privacy_number_packages_actionable, num, num));
|
||||
R.plurals.enterprise_privacy_number_packages_lower_bound,
|
||||
num, num));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user