From 022a81503387b47897e4d8ee9db6df10ba11192d Mon Sep 17 00:00:00 2001 From: Amith Yamasani Date: Sat, 10 Feb 2024 11:28:43 -0800 Subject: [PATCH] Intent handler for new BACKGROUND_RESTRICTIONS_SETTINGS Use the existing battery usage screen as entry point for ACTION_BACKGROUND_RESTRICTIONS_SETTINGS. Bug: 320150834 Test: am start -a android.settings.BACKGROUND_RESTRICTIONS_SETTINGS atest ActivityManagerTest#testBackgroundRestrictionsIntent Change-Id: I479ab666334eeb3232a9200b70a6d3ce2ddd2ad9 --- AndroidManifest.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 6e24863e27d..57c577d90e5 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1704,6 +1704,12 @@ + + + + + +