diff --git a/static/features.html b/static/features.html index 29c8f2d1..87f1e7a6 100644 --- a/static/features.html +++ b/static/features.html @@ -106,10 +106,6 @@
  • Sandboxed Google Play
  • Network permission toggle
  • Sensors permission toggle
  • -
  • Location data access - indicator
  • -
  • User installed apps - can be disabled
  • Broad carrier support without invasive carrier access
  • LTE-only mode
  • Wi-Fi privacy
  • @@ -138,6 +134,10 @@
  • GrapheneOS Camera
  • GrapheneOS PDF Viewer
  • Encrypted backups
  • +
  • Location data access + indicator
  • +
  • User installed apps + can be disabled
  • Other features
  • @@ -460,37 +460,6 @@ default.

    -
    -

    Location data access indicator

    - -

    GrapheneOS enables the privacy indicator for location data access in - addition to the standard Android camera and microphone indicators. This shows - an indicator when an app the user has granted permission to access location - requests location data. We also resolve various UX issues with this feature as - it currently exists in AOSP to get it into a highly usable state.

    - -

    The indicator works the same way as the Camera and Microphone ones, showing - a bright green icon when location access occurs which then gets minimized to a - small bright green dot when the quick settings tray isn't currently opened. - Android 12 already includes Location with the other standard runtime - permissions in the privacy dashboard for viewing the history.

    - -

    This will likely become a standard feature in Android 13 at which point it - will be removed from this page.

    -
    - -
    -

    User installed apps can be disabled

    - -

    GrapheneOS adds support for disabling user installed apps instead of only - being able to disable system apps. This allows users to completely prevent one - of the apps they've installed from being able to run without being forced to - uninstall it and lose their app data. This is much stricter than the standard - force stop feature which only prevents an app from starting itself and the app - will start running again as soon as another app tries to open an activity or - service it provides.

    -
    -

    Broad carrier support without invasive carrier access

    @@ -785,6 +754,37 @@ work around upstream issues with the project.

    +
    +

    Location data access indicator

    + +

    GrapheneOS enables the privacy indicator for location data access in + addition to the standard Android camera and microphone indicators. This shows + an indicator when an app the user has granted permission to access location + requests location data. We also resolve various UX issues with this feature as + it currently exists in AOSP to get it into a highly usable state.

    + +

    The indicator works the same way as the Camera and Microphone ones, showing + a bright green icon when location access occurs which then gets minimized to a + small bright green dot when the quick settings tray isn't currently opened. + Android 12 already includes Location with the other standard runtime + permissions in the privacy dashboard for viewing the history.

    + +

    This will likely become a standard feature in Android 13 at which point it + will be removed from this page.

    +
    + +
    +

    User installed apps can be disabled

    + +

    GrapheneOS adds support for disabling user installed apps instead of only + being able to disable system apps. This allows users to completely prevent one + of the apps they've installed from being able to run without being forced to + uninstall it and lose their app data. This is much stricter than the standard + force stop feature which only prevents an app from starting itself and the app + will start running again as soon as another app tries to open an activity or + service it provides.

    +
    +

    Other features