summaryrefslogtreecommitdiff
path: root/protos
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-12-13 17:16:19 -0800
committervadimt <vadimt@google.com>2019-12-13 17:22:48 -0800
commitbd28a8ec0c46bf9b0ebf87520e69faa40295fc2a (patch)
tree77a8b2a9de3757fae0b1b7ac207919006353a060 /protos
parentf4b5bcac43bcd6284d75b6b4923bc4d8e9911d6c (diff)
downloadLauncher3-bd28a8ec0c46bf9b0ebf87520e69faa40295fc2a.tar.gz
Not using SIDELOADED_LAUNCHER name
It may imply something malicious, while we simply mean a third-party launcher. Bug: 79437767 Change-Id: I2e169fda9404ca7a042e40877ed6f4b7d2d723a1
Diffstat (limited to 'protos')
-rw-r--r--protos/launcher_log.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/protos/launcher_log.proto b/protos/launcher_log.proto
index 055ade58eb..ea12016a59 100644
--- a/protos/launcher_log.proto
+++ b/protos/launcher_log.proto
@@ -92,7 +92,7 @@ enum ContainerType {
TASKSWITCHER = 12; // Recents UI Container (QuickStep)
APP = 13; // Foreground activity is another app (QuickStep)
TIP = 14; // Onboarding texts (QuickStep)
- SIDELOADED_LAUNCHER = 15;
+ OTHER_LAUNCHER_APP = 15;
}
// Used to define what type of control a Target would represent.