Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit d60dfb8f authored by Peter Kalauskas's avatar Peter Kalauskas
Browse files

Separate UserSettingsProxy from SettingsProxy

SettingsProxy now contains only settings-related methods that are NOT
'...ForUser()'. This is mainly to remove the dependency on UserTracker
from GlobalSettings, since global setting affect all users, and there is
no need to use the '...ForUser()' methods on it. UserSettingsProxy can
be used for secure and global settings, where per-user settings are
required.

Also:

 - Switch deprecated Settings.Secure.SECURE_FRP_MODE for
   Settings.Global.SECURE_FRP_MODE

 - Fix incorrect access of Settings.Secure.BUGREPORT_IN_POWER_MENU

Test: SystemUITests
Bug: 289353932
Change-Id: I114b737a0c2a2410fa378909fd073930d2266769
parent d4bf5dfd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment