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

Commit 97495e57 authored by Guillaume Jacquart's avatar Guillaume Jacquart
Browse files

feat:2400: add @hide annotation to fix API linter on new permission.

parent 1dcabc81
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -8166,7 +8166,9 @@
    <permission android:name="android.permission.EMERGENCY_INSTALL_PACKAGES"
                android:protectionLevel="signature|privileged"/>

    <!-- /e/OS addition: read fake location set by the user in AdvancedPrivacy. -->
    <!-- /e/OS addition: read fake location set by the user in AdvancedPrivacy.
      @hide
     -->
    <permission android:name="foundation.e.permission.READ_FAKE_LOCATION_SETTINGS"
        android:protectionLevel="signature" />
    <uses-permission android:name="foundation.e.permission.READ_FAKE_LOCATION_SETTINGS" />