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

am: 0e351a945b

* commit '0e351a945b55e106d26b1d32659358617eff0be5':
  Update docs for DELETE_PACKAGES permission.

Change-Id: Ifcb157f0c3313ac2a5573d697b532997fcd8c348
This commit is contained in:
Sudheer Shanka
2016-05-10 20:33:28 +00:00
committed by android-build-merger

View File

@@ -2420,7 +2420,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" />