summaryrefslogtreecommitdiffstats
path: root/protos/launcher_log.proto
diff options
context:
space:
mode:
Diffstat (limited to 'protos/launcher_log.proto')
-rw-r--r--protos/launcher_log.proto5
1 files changed, 5 insertions, 0 deletions
diff --git a/protos/launcher_log.proto b/protos/launcher_log.proto
index c42b142f7..68a6b28cd 100644
--- a/protos/launcher_log.proto
+++ b/protos/launcher_log.proto
@@ -79,6 +79,7 @@ enum ContainerType {
PREDICTION = 7;
SEARCHRESULT = 8;
DEEPSHORTCUTS = 9;
+ PINITEM = 10; // confirmation screen
}
// Used to define what type of control a Target would represent.
@@ -124,6 +125,10 @@ message Action {
enum Command {
HOME_INTENT = 0;
BACK = 1;
+ ENTRY = 2; // Indicates entry to one of Launcher container type target
+ // not using the HOME_INTENT
+ CANCEL = 3; // Indicates that a confirmation screen was cancelled
+ CONFIRM = 4; // Indicates thata confirmation screen was accepted
}
optional Type type = 1;
optional Touch touch = 2;