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

Commit aa3bd788 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

One more permission used by DocumentsUI.

Bug: 117745631
Test: manual
Change-Id: Ifa8d7ee5dd001960f60d4069717f9aa558944dc2
parent e99566ed
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2093,10 +2093,9 @@

    <!-- @hide Allows an application to cache content.
         <p>Not for use by third-party applications.
         <p>Protection level: signature
    -->
    <permission android:name="android.permission.CACHE_CONTENT"
        android:protectionLevel="signature" />
        android:protectionLevel="signature|documenter" />

    <!-- @SystemApi @hide
         Allows an application to aggressively allocate disk space.