Merge "Update javadoc on START_FOREGROUND_SERVICES_FROM_BACKGROUND." into sc-dev

This commit is contained in:
TreeHugger Robot
2021-04-01 19:01:26 +00:00
committed by Android (Google) Code Review

View File

@@ -2758,8 +2758,12 @@
<permission android:name="android.permission.START_ACTIVITIES_FROM_BACKGROUND"
android:protectionLevel="signature|privileged|vendorPrivileged|oem|verifier" />
<!-- Allows an application to start foreground services from background, can only be granted to
privileged apps or app that is SMS/EMERGENCY/SYSTEM GALLERY roles. -->
<!-- Allows an application to start foreground services from the background at any time.
<em>This permission is not for use by third-party applications</em>,
with the only exception being if the app is the default SMS app.
Otherwise, it's only usable by privileged apps, app verifier app, and apps with
any of the EMERGENCY or SYSTEM GALLERY roles.
-->
<permission android:name="android.permission.START_FOREGROUND_SERVICES_FROM_BACKGROUND"
android:protectionLevel="signature|privileged|vendorPrivileged|oem|verifier|role"/>