<!-- TODO: Pending UX review. Text for the warning dialog to show to the user when limiting background activity for an app -->
@@ -5051,11 +5051,11 @@
<itemquantity="other">Restrict %1$d apps?</item>
</plurals>
<!-- Message for battery tip dialog to show the info to restrict the app [CHAR LIMIT=NONE] -->
<stringname="battery_tip_restrict_app_dialog_message">To save battery, stop <xliff:gid="app">%1$s</xliff:g> from using battery in the background.</string>
<stringname="battery_tip_restrict_app_dialog_message">To save battery, stop <xliff:gid="app">%1$s</xliff:g> from using battery in the background. This app may not work properly and notifications may be delayed.</string>
<!-- Message for battery tip dialog to show the info to restrict the app, below it app list will be shown as a view [CHAR LIMIT=NONE] -->
<stringname="battery_tip_restrict_apps_less_than_5_dialog_message">To save battery, stop these apps from using battery in the background.\n\nApps:\n</string>
<stringname="battery_tip_restrict_apps_less_than_5_dialog_message">To save battery, stop these apps from using battery in the background. Restricted apps may not work properly and notifications may be delayed.\n\nApps:\n</string>
<!-- Message for battery tip dialog to show the info to restrict the app, below it app list will be shown as raw string[CHAR LIMIT=NONE] -->
<stringname="battery_tip_restrict_apps_more_than_5_dialog_message">To save battery, stop these apps from using battery in the background.\n\nApps:\n<xliff:gid="app_list">%1$s</xliff:g>.</string>
<stringname="battery_tip_restrict_apps_more_than_5_dialog_message">To save battery, stop these apps from using battery in the background. Restricted apps may not work properly and notifications may be delayed.\n\nApps:\n<xliff:gid="app_list">%1$s</xliff:g>.</string>
<!-- OK button for battery tip dialog to show the restrict app list [CHAR LIMIT=NONE] -->
<!-- Summary for the smart battery toggle [CHAR LIMIT=NONE] -->
<stringname="smart_battery_summary">Limit battery for infrequently used apps and apps that consume battery</string>
<stringname="smart_battery_summary">Limit battery for apps that you don\u2019t use often</string>
<!-- Footer for the aosp smart battery page -->
<stringname="smart_battery_footer">Battery Manager prevents apps from consuming battery when you aren\’t using them</string>
<stringname="smart_battery_footer"product="default">When Battery Manager detects that apps are draining battery, you\u2019ll have the option to restrict these apps. Restricted apps may not work properly and notifications may be delayed.</string>
<!-- Footer for the aosp smart battery page -->
<stringname="smart_battery_footer"product="tablet">When Battery Manager detects that apps are draining battery, you\u2019ll have the option to restrict these apps. Restricted apps may not work properly and notifications may be delayed.</string>
<!-- Footer for the aosp smart battery page -->
<stringname="smart_battery_footer"product="device">When Battery Manager detects that apps are draining battery, you\u2019ll have the option to restrict these apps. Restricted apps may not work properly and notifications may be delayed.</string>
<!-- Title for restricted app preference, clicking it will goes to restricted app list [CHAR LIMIT=NONE] -->
<!-- Summary for restricted app preference, clicking it will goes to restricted app list [CHAR LIMIT=NONE] -->
<pluralsname="restricted_app_summary">
<itemquantity="one">%1$d app</item>
<itemquantity="other">%1$d apps</item>
<itemquantity="one">Limiting battery usage for %1$d app</item>
<itemquantity="other">Limiting battery usage for %1$d apps</item>
</plurals>
<!-- Footer message for restrict app details page -->
<stringname="restricted_app_detail_footer">Apps shown here aren\'t behaving properly and have been using battery in the background.\n\nThese apps are now blocked from using battery in the background. As a result, some app notifications may be delayed.</string>
.isEqualTo("To save battery, stop these apps from using battery in the background"
+".\n\nApps:\napp, app, app, app, app, and app.");
.isEqualTo(
"To save battery, stop these apps from using battery in the background. "
+"Restricted apps may not work properly and notifications may be"
+" delayed.\n\nApps:\napp, app, app, app, app, and app.");
}
@Test
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.