OSDN Git Service

Update docs for DELETE_PACKAGES permission.
authorSudheer Shanka <sudheersai@google.com>
Wed, 4 May 2016 22:03:30 +0000 (15:03 -0700)
committerSudheer Shanka <sudheersai@google.com>
Mon, 9 May 2016 18:44:00 +0000 (11:44 -0700)
Bug: 28302564
Change-Id: I283b8a5490a189fc90f64aec3278b87a430c2623

core/res/AndroidManifest.xml

index d7bc54d..71e0768 100644 (file)
         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" />