summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorMartijn Coenen <maco@google.com>2013-09-03 12:24:18 -0700
committerMartijn Coenen <maco@google.com>2013-09-03 12:24:18 -0700
commitc85fb576b817aae2d853b6f5cb6effb924b892ed (patch)
treee429daf29e42e9f6a17e1aa6431a03e79947b3f5 /core/res
parentfb2f8337f6fca9809156ddbaf0a7fe468bc1329f (diff)
downloadframeworks_base-c85fb576b817aae2d853b6f5cb6effb924b892ed.zip
frameworks_base-c85fb576b817aae2d853b6f5cb6effb924b892ed.tar.gz
frameworks_base-c85fb576b817aae2d853b6f5cb6effb924b892ed.tar.bz2
Add drawable for Apdu Services, fix build.
Change-Id: I7c138adb60b2efe19377b58b35360cd234628424
Diffstat (limited to 'core/res')
-rw-r--r--core/res/res/values/attrs.xml6
-rw-r--r--core/res/res/values/public.xml1
2 files changed, 7 insertions, 0 deletions
diff --git a/core/res/res/values/attrs.xml b/core/res/res/values/attrs.xml
index f8cffa7..cf23f7a 100644
--- a/core/res/res/values/attrs.xml
+++ b/core/res/res/values/attrs.xml
@@ -2611,6 +2611,9 @@
<!-- Whether the device must be unlocked before routing data to this service.
The default is false.-->
<attr name="requireDeviceUnlock" format="boolean"/>
+ <!-- A drawable that can be rendered in Android's system UI for representing
+ the service. -->
+ <attr name="apduServiceBanner" format="reference"/>
</declare-styleable>
<!-- Use <code>offhost-apdu-service</code> as the root tag of the XML resource that
@@ -2621,6 +2624,9 @@
<!-- Short description of the functionality the service implements. This attribute
is mandatory.-->
<attr name="description" />
+ <!-- A drawable that can be rendered in Android's system UI for representing
+ the service. -->
+ <attr name="apduServiceBanner"/>
</declare-styleable>
<!-- Specify one or more <code>aid-group</code> elements inside a
diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml
index 696e782..dce2db0 100644
--- a/core/res/res/values/public.xml
+++ b/core/res/res/values/public.xml
@@ -2074,5 +2074,6 @@
<public type="attr" name="autoMirrored" />
<public type="attr" name="supportsSwitchingToNextInputMethod" />
<public type="attr" name="requireDeviceUnlock" />
+ <public type="attr" name="apduServiceBanner" />
</resources>