From 02bbd640e7de5b1098dced7ad9f82d8da1883ef4 Mon Sep 17 00:00:00 2001 From: Adam Lesinski Date: Wed, 8 Oct 2014 10:53:59 -0700 Subject: [PATCH] Add appops command to devices This is used to set appops permissions from the command line or from CTS tests via the shell. Change-Id: I8a71d1398e2071aecfd22be7b6530f186f40c2c0 --- target/product/base.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/product/base.mk b/target/product/base.mk index 4df10c423..971333046 100644 --- a/target/product/base.mk +++ b/target/product/base.mk @@ -19,6 +19,7 @@ PRODUCT_PACKAGES += \ 20-dns.conf \ 95-configured \ appwidget \ + appops \ am \ android.policy \ android.test.runner \