summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/xml
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2021-01-04 09:25:08 -0300
committerTorsten Grote <t@grobox.de>2021-01-04 09:25:08 -0300
commitea246c2e883be01302765d4eaa0c466c629aaf2a (patch)
treebb257867cb1f3e284e704447c097b8868053429c /wallet/src/main/res/xml
parent92fb7fb76b35700413d963164c12192709d8465c (diff)
downloadtaler-android-ea246c2e883be01302765d4eaa0c466c629aaf2a.tar.gz
taler-android-ea246c2e883be01302765d4eaa0c466c629aaf2a.tar.bz2
taler-android-ea246c2e883be01302765d4eaa0c466c629aaf2a.zip
wallet: remove/change confusing strings
Diffstat (limited to 'wallet/src/main/res/xml')
-rw-r--r--wallet/src/main/res/xml/apduservice.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/wallet/src/main/res/xml/apduservice.xml b/wallet/src/main/res/xml/apduservice.xml
index 52877d6..448a521 100644
--- a/wallet/src/main/res/xml/apduservice.xml
+++ b/wallet/src/main/res/xml/apduservice.xml
@@ -15,11 +15,11 @@
-->
<host-apdu-service xmlns:android="http://schemas.android.com/apk/res/android"
- android:description="@string/servicedesc"
+ android:description="@string/host_apdu_service_desc"
android:requireDeviceUnlock="true">
<aid-group
android:category="other"
- android:description="@string/aiddescription">
+ android:description="@string/host_apdu_service_desc">
<aid-filter android:name="F00054414C4552" />
</aid-group>
</host-apdu-service> \ No newline at end of file