summaryrefslogtreecommitdiff
path: root/proto
diff options
context:
space:
mode:
authorAnna Bauza <annabauza@google.com>2022-04-27 09:50:25 +0000
committerAnna Bauza <annabauza@google.com>2022-05-28 07:16:56 +0000
commit84888b4a9b552e765fb847fe7a4d149645418143 (patch)
tree75de92c9ea732468c8bc69bcd07659f54de53104 /proto
parenta024e9dfca40800365a7fa0c6a25073102f1eaf6 (diff)
downloadbase-84888b4a9b552e765fb847fe7a4d149645418143.tar.gz
Fix "Turn on phone calls" for guest user
Move "Turn on phone calls" from guest detail user screen to user screen. Optimisation: Applying restrictions to default guest user has been moved to UserManagerService -> setDefaultGuestRestrictions. Following UX there is no need for confirmation dialog. Bug: 191483069 Test: manual Change-Id: I349ada986f8e609875ae376d4d0a9fa93098606a
Diffstat (limited to 'proto')
-rw-r--r--proto/src/metrics_constants/metrics_constants.proto3
1 files changed, 2 insertions, 1 deletions
diff --git a/proto/src/metrics_constants/metrics_constants.proto b/proto/src/metrics_constants/metrics_constants.proto
index 3801c2473c11..ced97cc0b39e 100644
--- a/proto/src/metrics_constants/metrics_constants.proto
+++ b/proto/src/metrics_constants/metrics_constants.proto
@@ -2794,8 +2794,9 @@ message MetricsEvent {
// OPEN: Settings > User > Confirm remove dialog
DIALOG_USER_REMOVE = 591;
+ // DEPRECATED: Feature has been moved and dialog is no longer shown
// OPEN: Settings > User > Enable calling dialog
- DIALOG_USER_ENABLE_CALLING = 592;
+ DIALOG_USER_ENABLE_CALLING = 592 [deprecated=true];
// OPEN: Settings > User > Enable calling and sms dialog
DIALOG_USER_ENABLE_CALLING_AND_SMS = 593;