aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorTakeshi Hagikura <thagikura@google.com>2015-10-27 12:09:43 +0900
committerTakeshi Hagikura <thagikura@google.com>2015-10-27 12:09:43 +0900
commitae11c76a4e24516c96837c18eca3c81f72252d9c (patch)
treed131419cb897b825acaaaef44ad25b7b6e68222b /security
parent628ae62ee17a9942d8f2703f88b915d9523b4b04 (diff)
downloadandroid-ae11c76a4e24516c96837c18eca3c81f72252d9c.tar.gz
Fix the sample name so that URL in the README.md points to the correct
repositories. (i.e. https://github.com/googlesamples/android-AsymmetricFingerprintDialog/pull/4) Change-Id: I79ffbd758a188d756e43d8b1edaeeccef8aecfed
Diffstat (limited to 'security')
-rw-r--r--security/AsymmetricFingerprintDialog/template-params.xml2
-rw-r--r--security/FingerprintDialog/template-params.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/security/AsymmetricFingerprintDialog/template-params.xml b/security/AsymmetricFingerprintDialog/template-params.xml
index dfe47749..443a4383 100644
--- a/security/AsymmetricFingerprintDialog/template-params.xml
+++ b/security/AsymmetricFingerprintDialog/template-params.xml
@@ -20,7 +20,7 @@
E.g. Skipping device 'Nexus 5 - MNC', due to different API preview 'MNC' and 'android-MNC'
-->
<sample>
- <name>Asymmetric Fingerprint Dialog Sample</name>
+ <name>AsymmetricFingerprintDialog</name>
<group>Security</group>
<package>com.example.android.asymmetricfingerprintdialog</package>
diff --git a/security/FingerprintDialog/template-params.xml b/security/FingerprintDialog/template-params.xml
index 0fa320c1..6c991b70 100644
--- a/security/FingerprintDialog/template-params.xml
+++ b/security/FingerprintDialog/template-params.xml
@@ -20,7 +20,7 @@
E.g. Skipping device 'Nexus 5 - MNC', due to different API preview 'MNC' and 'android-MNC'
-->
<sample>
- <name>Fingerprint Dialog Sample</name>
+ <name>FingerprintDialog</name>
<group>Security</group>
<package>com.example.android.fingerprintdialog</package>