Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 99e4de31 authored by Sudheer Shanka's avatar Sudheer Shanka Committed by android-build-merger
Browse files

Merge "Merge "Update docs for DELETE_PACKAGES permission." into nyc-dev am:...

Merge "Merge "Update docs for DELETE_PACKAGES permission." into nyc-dev am: 0e351a94 am: ca8ecc0b" into nyc-mr1-dev-plus-aosp
am: b73a4a66

* commit 'b73a4a66':
  Update docs for DELETE_PACKAGES permission.

Change-Id: I511f13b5258f23a56bd1f30ce14a98b1e65572b8
parents 0870134e b73a4a66
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -2421,7 +2421,10 @@
        android:protectionLevel="signature|privileged" />

    <!-- @SystemApi Allows an application to delete packages.
    <p>Not for use by third-party applications. -->
         <p>Not for use by third-party applications.
         <p>Starting in {@link android.os.Build.VERSION_CODES#N}, user confirmation is requested
         when the application deleting the package is not the same application that installed the
         package. -->
    <permission android:name="android.permission.DELETE_PACKAGES"
        android:protectionLevel="signature|privileged" />