Commit Graph

11 Commits

Author SHA1 Message Date
Torsten Grote
0834352855 overlay: SimpleDeviceConfig: Adjust values for SeedVault Backup usage
* 3f82689d2b
  timeout reduced to 5min (from 10min) "our data shows this is a reasonable value."
* However, this affects us, our backup transport service gets destroyed and the backups fails.
* Android 13 had 600000, this is even a bit higher to make it less likely that users run into this problem.

Ref:
* https://github.com/seedvault-app/seedvault/issues/564#issuecomment-1758222387
* https://github.com/seedvault-app/seedvault/issues/583

Test: adb shell device_config list backup_and_restore
Change-Id: Iefe7d5f2ef53300e3368aa6e809b72dd0b0d1db5
2024-10-18 13:20:35 +00:00
Tommy Webb
76efcbeb8b overlay: Use autofill compatibility mode for browsers
Provide the same autofill compatibility list that is provided by Google
on devices with Google Play Services, with the addition of CalyxOS's
build of Bromite (Chromium).

Without extensive effort by third-party developers, Chromium-based
browsers do not currently support native autofill. Other browsers in
the list may support this now, but we still include them, too.

Issue: calyxos#1063
Change-Id: I4859ca14b0670284c35dc6cb293826c71e4662bf
2024-10-18 13:20:35 +00:00
Federico Lombardo
e43e8f7746 device_config: Add Google Photos to allowed cloud providers list
This allows the user to choose Google Photos as a media cloud provider
in Settings so that remote albums and photos are shown when the media
picker is invoked.

Change-Id: I793cb02509f2a1ead17120d49771b945784e84d4
2024-09-15 20:43:17 +02:00
basamaryan
625b9a34c0 Revert "device_config: Enable separate notification volume control"
The feature is now enabled by default.

This reverts commit da9c5060ad.

Change-Id: I0977e3eb1cf0b62b258f13e63b3952d5b329ded6
2023-10-20 09:55:48 +01:00
LuK1337
da9c5060ad device_config: Enable separate notification volume control
Change-Id: If28bf063526429e0d02c117a1f78bc787b2b65fb
2023-08-05 13:46:56 +02:00
althafvly
919dd1c9b9 device_config: Disable always screen on
- Some devices are keeping screen on and not turning off.
  Reported in some pixels and asus

Issue: https://www.reddit.com/r/LineageOS/comments/uw5d8p/screen_timeout_issue_on_pixels_on_android_12/
https://gitlab.com/LineageOS/issues/android/-/issues/4798

Change-Id: I1e2471928b47387f7e40adb81d3457bb58cc2755
2022-06-28 07:19:28 +02:00
Danny Lin
0498768376 device_config: Save discrete app op history for more permissions
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
2022-04-28 22:41:56 +02:00
Danny Lin
8920208e31 device_config: Show setting to disable location indicators
Change-Id: I5f7b76e0321fc334e834663b68ccc646f6844d4c
2022-04-07 13:18:00 +02:00
Danny Lin
bc7937b167 device_config: Use new privacy indicators for location
Android has had location indicators for a while, but let's use the new
privacy indicator infrastructure for displaying them. This makes them
integrate better with the new camera and microphone indicators.

Change-Id: I09d8fe845d81d6bd461f564ac8e0c69989641bd8
2021-10-26 21:49:13 +02:00
Danny Lin
f02644ff7d overlay: Remove obsolete Android 11 permission hub overlays
Change-Id: Ie3c519da153f1031371f7942c1b59fb1dd13038e
2021-10-26 21:49:04 +02:00
Danny Lin
f91f11a65e overlay: Enable privacy indicators
These are now available in rvc-qpr1.

Change-Id: I77e5ba990884194873101ac051ecbd1a0123fea6
2020-12-18 16:30:45 +02:00