diff options
author | 2023-01-30 17:03:27 +0000 | |
---|---|---|
committer | 2023-02-13 22:15:37 +0000 | |
commit | e567ca6860f19c3dbe3c1cb3b7952c489f971028 (patch) | |
tree | 1fde7efae23d0646da6e2014ef7697a8616b4488 /proto/src | |
parent | 1c8345ee346f561fdb6af736efb1044b5abcc625 (diff) |
Show notification when work profile switched off
This will notify the user if phone calls and messages
are unavailable.
Screenshots in bug
Bug: 262720433
Test: Manually tested on Pixel 6a
Change-Id: I060c3fa225fe1cf53344d9f8b634e8afbbab468d
Diffstat (limited to 'proto/src')
-rw-r--r-- | proto/src/system_messages.proto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/proto/src/system_messages.proto b/proto/src/system_messages.proto index 12e722601e25..c9e41c405da7 100644 --- a/proto/src/system_messages.proto +++ b/proto/src/system_messages.proto @@ -392,5 +392,11 @@ message SystemMessage { // Note: this is a base ID, multiple notifications will be posted for each // abusive apps, with notification ID based off this ID. NOTE_ABUSIVE_BG_APPS_BASE = 0xc1b2508; // 203105544 + + // Notify the user that dialer and sms functionality are unavailable whilst the apps are + // paused in the work profile. + // Package: android + NOTE_ALL_MANAGED_SUBSCRIPTIONS_AND_MANAGED_PROFILE_OFF = 1006; + } } |