aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Barkley-Yeung <iby@google.com>2018-09-18 15:02:44 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-09-18 15:02:44 -0700
commit559d8df6fe5c65c4be10fda287ff6c4d2eb34d73 (patch)
treee4ea2d490adc24b9fbfdfda4fb3077d125338eb7
parent010973fcd3faf5b6fe4499f0e8c1aa731f4c1199 (diff)
parent23bd1594bac26f436eadc12fd9e49aeb325a726f (diff)
downloadsystem_api-559d8df6fe5c65c4be10fda287ff6c4d2eb34d73.tar.gz
Add package info for Crostini apps am: 9939aeafb5 am: 859f5a1a15 am: 26f534633e
am: 23bd1594ba Change-Id: I47a7388b0a81c5a4422923bc7eb4d7750be31dda
-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 {