aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Barkley-Yeung <iby@google.com>2018-09-18 14:12:09 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-09-18 14:12:09 -0700
commit859f5a1a15d13ff5e245daba6bf1ab18186d3b00 (patch)
treee4ea2d490adc24b9fbfdfda4fb3077d125338eb7
parent63c3af20565241ee2bd1182ae933870980a0729f (diff)
parent9939aeafb5ca330c1c20c6aa3aa01c2af9870424 (diff)
downloadsystem_api-859f5a1a15d13ff5e245daba6bf1ab18186d3b00.tar.gz
Add package info for Crostini apps
am: 9939aeafb5 Change-Id: I7dbe89efca450b3cafd97c9523fcd944e8a5cb57
-rw-r--r--dbus/vm_applications/apps.proto4
1 files changed, 4 insertions, 0 deletions
diff --git a/dbus/vm_applications/apps.proto b/dbus/vm_applications/apps.proto
index cf76bed..31054fc 100644
--- a/dbus/vm_applications/apps.proto
+++ b/dbus/vm_applications/apps.proto
@@ -30,6 +30,10 @@ message App {
bool no_display = 5;
string startup_wm_class = 6;
bool startup_notify = 7;
+
+ // If set, the package_id of the installed package that owns this .desktop
+ // file. If not set, the .desktop file is not owned by an installed package.
+ string package_id = 8;
}
message ApplicationList {