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

Commit 3d9229c1 authored by Sudheer Shanka's avatar Sudheer Shanka Committed by android-build-merger
Browse files

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

am: ca8ecc0b

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

Change-Id: I1ff8426d8f16b2889a13d5047f4c7f7adeedc894
parents f9015996 ca8ecc0b
Loading
Loading
Loading
Loading
+4 −1
Original line number Original line Diff line number Diff line
@@ -2420,7 +2420,10 @@
        android:protectionLevel="signature|privileged" />
        android:protectionLevel="signature|privileged" />


    <!-- @SystemApi Allows an application to delete packages.
    <!-- @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"
    <permission android:name="android.permission.DELETE_PACKAGES"
        android:protectionLevel="signature|privileged" />
        android:protectionLevel="signature|privileged" />