Skip to content

Commit

Permalink
device_config: Keep up to 7 days of permission usage history
Browse files Browse the repository at this point in the history
Keeping 7 days of discrete app op history allows us to show a 7-day
permission usage timeline in the privacy dashboard.

Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
  • Loading branch information
kdrag0n authored and neobuddy89 committed Dec 18, 2021
1 parent e1124ed commit 7caae9a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
<!-- Don't pin camera app to save memory -->
<item>runtime_native_boot/pin_camera=false</item>

<!-- Keep up to 7 days of permission usage history -->
<item>privacy/discrete_history_cutoff_millis=604800000</item>

<!-- Use new privacy indicators for location -->
<item>privacy/location_indicators_enabled=true</item>
</string-array>
Expand Down

0 comments on commit 7caae9a

Please sign in to comment.