aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Barkley-Yeung <iby@google.com>2018-09-18 14:31:57 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-09-18 14:31:57 -0700
commit26f534633e2205f16efeaef1f2022c423edb6b08 (patch)
treee4ea2d490adc24b9fbfdfda4fb3077d125338eb7
parentf201f21453dde0eadf0bdf2bf080f53c2711ef8c (diff)
parent859f5a1a15d13ff5e245daba6bf1ab18186d3b00 (diff)
downloadsystem_api-26f534633e2205f16efeaef1f2022c423edb6b08.tar.gz
Add package info for Crostini apps am: 9939aeafb5
am: 859f5a1a15 Change-Id: I159cd027f8f7ca6ba3b2c76d67545a1037e6b177
-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 {