summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/GuestSessionNotification.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove feature flag SETTINGS_GUEST_MODE_UX_CHANGESKedar Chitnis2022-08-221-5/+2
| | | | | | | | | | | Bug b/214031645 has all IC reviews approved and the feature has been merged and tested for more than 3 months. Hence removing the feature flag. Bug: 214031645 Test: SettingsTest, SystemUITests Change-Id: I12b4d60ffc76c20e0964d8e222b13907009b0cd7 Merged-In: I12b4d60ffc76c20e0964d8e222b13907009b0cd7
* Guest mode updates to resolve privacy concerns in guest modeKedar Chitnis2022-04-141-0/+129
- Add API in IUserManager to allow setting ephemeral user flag - Implement and export this API in UserManagerService and UserManager - Set guest as ephermal by default when createGuest in UserManager is called - Handle guest user switching in UserSwitcherController for the case of dynamic change of ephemeral state - Add persistant notification when in guest mode to indicate - if guest session is new or previously used. - if guest session will be cleared on exit or not - Add buttons in persistant notification to reset or exit guest - Add flags to enable/disable this feature Bug: 214031645 Screenshots: go/ephemeral-guest-b-214031645-ux Test: Manual test using sunfish, atest SystemUITests, atest SettingsRoboTests Relands ag/16545010 after resolving post submit issues Revert "Revert "Guest mode updates to resolve privacy concerns in guest mode"" This reverts commit dd5c440802078291a88e9f939e8a25348ec81315. Change-Id: I46b8ab527bab8fe665114ed0fffbb06a59d49a77 Merged-In: I46b8ab527bab8fe665114ed0fffbb06a59d49a77