summaryrefslogtreecommitdiff
path: root/proto/src
diff options
context:
space:
mode:
authorPavel Grafov <pgrafov@google.com>2020-01-14 12:51:19 +0000
committerPavel Grafov <pgrafov@google.com>2020-01-23 13:33:39 +0000
commit499f005e3d95b6be80726c2c95ab7b9e018a44b4 (patch)
tree5b7a9338759b697c4fb4cc5b266896b42190714a /proto/src
parentb3191a3396252fe5dcfbcf0f763b00976f3857e6 (diff)
Add DPM methods to allow org owned PO to suspend personal apps
* When personal apps are suspended, only dialer, IMEs, a11y, launcher are some other critical apps are exempted. * User is presented with notification, clicking on which invokes an activity in the DPC. Bug: 147414651 Test: manual via TestDPC Change-Id: I09f8dad08e54b0ce8201cd5c76b3f34342e0da8f
Diffstat (limited to 'proto/src')
-rw-r--r--proto/src/system_messages.proto4
1 files changed, 4 insertions, 0 deletions
diff --git a/proto/src/system_messages.proto b/proto/src/system_messages.proto
index ad802ff879f2..54b420191deb 100644
--- a/proto/src/system_messages.proto
+++ b/proto/src/system_messages.proto
@@ -312,5 +312,9 @@ message SystemMessage {
// Notify the user that data or apps are being moved to external storage.
// Package: com.android.systemui
NOTE_STORAGE_MOVE = 0x534d4f56;
+
+ // Notify the user that the admin suspended personal apps on the device.
+ // Package: android
+ NOTE_PERSONAL_APPS_SUSPENDED = 1003;
}
}