Skip to content
Snippets Groups Projects
  1. Feb 25, 2023
  2. Feb 11, 2023
  3. Jan 28, 2023
  4. Jan 07, 2023
  5. Jan 04, 2023
  6. Jan 03, 2023
  7. Dec 30, 2022
  8. Nov 19, 2022
  9. Nov 14, 2022
  10. Nov 13, 2022
  11. Nov 06, 2022
  12. Oct 07, 2022
  13. Oct 05, 2022
  14. Oct 03, 2022
  15. Sep 14, 2022
  16. Aug 23, 2022
  17. Jul 15, 2022
  18. Jun 28, 2022
  19. Jun 01, 2022
  20. May 31, 2022
  21. May 14, 2022
  22. Apr 28, 2022
    • Danny Lin's avatar
      device_config: Save discrete app op history for more permissions · 04987683
      Danny Lin authored
      Android 12's privacy dashboard shows permission usage timelines for
      location, camera, and microphone. However, there's no reason to limit it
      to those specific permissions; all the infrastructure is in place for
      other permissions.
      
      To enable the usage timeline for more permissions, keep discrete app op
      history for all permission groups shown in the privacy dashboard. The
      list of permission group -> app op mappings was obtained from
      AppOpsManager.RUNTIME_AND_APPOP_PERMISSION_OPS with a few additional ops
      from PrivacyItemController, and each op was resolved to its respective
      enum ordinal from frameworks/proto_logging/stats/enums/app/enums.proto.
      
      Change-Id: Icbde7fb59ae16fa7b15160d78d9dce7125a82ba6
      04987683
Loading