Loading core/api/lint-baseline.txt +2 −0 Original line number Diff line number Diff line Loading @@ -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 core/res/AndroidManifest.xml +1 −3 Original line number Diff line number Diff line Loading @@ -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" /> Loading Loading
core/api/lint-baseline.txt +2 −0 Original line number Diff line number Diff line Loading @@ -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
core/res/AndroidManifest.xml +1 −3 Original line number Diff line number Diff line Loading @@ -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" /> Loading