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

Commit ce2556c9 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Fix API for foundation.e.permission.READ_FAKE_LOCATION_SETTINGS

parent b67df358
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1626,3 +1626,5 @@ UnflaggedApi: android.view.inputmethod.InlineSuggestionsRequest.Builder#setClien
    New API must be flagged with @FlaggedApi: method android.view.inputmethod.InlineSuggestionsRequest.Builder.setClientSupported(boolean)
UnflaggedApi: android.view.inputmethod.InlineSuggestionsRequest.Builder#setServiceSupported(boolean):
    New API must be flagged with @FlaggedApi: method android.view.inputmethod.InlineSuggestionsRequest.Builder.setServiceSupported(boolean)
UnflaggedApi: android.Manifest.permission#READ_FAKE_LOCATION_SETTINGS:
    New API must be flagged with @FlaggedApi: field android.Manifest.permission.READ_FAKE_LOCATION_SETTINGS
+1 −3
Original line number Diff line number Diff line
@@ -8166,9 +8166,7 @@
    <permission android:name="android.permission.EMERGENCY_INSTALL_PACKAGES"
                android:protectionLevel="signature|privileged"/>

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