Merge "Update List of apps on device string, remove "XX apps" string."
This commit is contained in:
committed by
Android (Google) Code Review
commit
eda4347a90
@@ -8318,7 +8318,7 @@
|
||||
<!-- Label explaining that the admin can see apps installed on the device. [CHAR LIMIT=NONE] -->
|
||||
<string name="enterprise_privacy_installed_packages">List of apps on your device</string>
|
||||
<!-- Label explaining that the admin can see app usage statistics. [CHAR LIMIT=NONE] -->
|
||||
<string name="enterprise_privacy_usage_stats">Time and data spent in each app on your device</string>
|
||||
<string name="enterprise_privacy_usage_stats">Amount of time and data spent in each app</string>
|
||||
<!-- Label explaining that the admin can retrieve network logs on the device. [CHAR LIMIT=NONE] -->
|
||||
<string name="enterprise_privacy_network_logs">Network traffic logs on your device</string>
|
||||
<!-- Label explaining that the admin can request bug reports on the device. [CHAR LIMIT=NONE] -->
|
||||
@@ -8329,6 +8329,8 @@
|
||||
<string name="enterprise_privacy_none">None</string>
|
||||
<!-- Label indicating that the admin installed one or more apps on the device. -->
|
||||
<string name="enterprise_privacy_enterprise_installed_packages">Apps installed</string>
|
||||
<!-- Label explaining that the the number of apps is an estimation. [CHAR LIMIT=NONE] -->
|
||||
<string name="enterprise_privacy_apps_count_estimation_info">Number of apps is estimated. It may not include apps installed outside of the Play Store.</string>
|
||||
<!-- Summary indicating the number of apps that a label (e.g. installed apps or apps granted a particular permission) refers to. The number shown is a minimum as there may be additional apps we do not know about. [CHAR LIMIT=NONE] -->
|
||||
<plurals name="enterprise_privacy_number_packages_lower_bound">
|
||||
<item quantity="one">Minimum <xliff:g id="count">%d</xliff:g> app</item>
|
||||
|
@@ -32,7 +32,6 @@
|
||||
android:title="@string/enterprise_privacy_enterprise_data"
|
||||
settings:multiLine="true"/>
|
||||
<com.android.settings.DividerPreference
|
||||
android:key="installed_packages"
|
||||
android:title="@string/enterprise_privacy_installed_packages"
|
||||
settings:multiLine="true"/>
|
||||
<com.android.settings.DividerPreference
|
||||
|
Reference in New Issue
Block a user