commit | 3f8588d2a39b113127554b196a8ae2e12d44e991 | [log] [tgz] |
---|---|---|
author | kholoud mohamed <kholoudm@google.com> | Fri Feb 19 17:12:22 2021 +0000 |
committer | kholoud mohamed <kholoudm@google.com> | Wed Mar 17 20:37:35 2021 +0000 |
tree | 41e04d2292856931409195916e48474c09259e9b | |
parent | ace4f4d8065734bc8e9d9ddd6af323331225c296 [diff] |
Add DEVICE_POLICY_CONSTANTS_CHANGED protected broadcast Bug: 180500227 Test: N/A Change-Id: I17dd3ec222ef31be2dda84e2b84f0b3cfeba6218
diff --git a/tests/tests/permission2/res/raw/android_manifest.xml b/tests/tests/permission2/res/raw/android_manifest.xml index 614cb74..9f198f8 100644 --- a/tests/tests/permission2/res/raw/android_manifest.xml +++ b/tests/tests/permission2/res/raw/android_manifest.xml
@@ -694,6 +694,7 @@ <!-- Added in S --> <protected-broadcast android:name="android.intent.action.REBOOT_READY" /> + <protected-broadcast android:name="android.app.action.DEVICE_POLICY_CONSTANTS_CHANGED" /> <!-- ====================================================================== --> <!-- RUNTIME PERMISSIONS -->