gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant-terminal-android] branch master updated: Do NOT require


From: gnunet
Subject: [taler-merchant-terminal-android] branch master updated: Do NOT require NFC, we can use QR codes just as well
Date: Wed, 26 Feb 2020 22:14:02 +0100

This is an automated email from the git hooks/post-receive script.

torsten-grote pushed a commit to branch master
in repository merchant-terminal-android.

The following commit(s) were added to refs/heads/master by this push:
     new a29814a  Do NOT require NFC, we can use QR codes just as well
a29814a is described below

commit a29814a2c27b2fd191233bb147d58f501ec9bcc0
Author: Torsten Grote <address@hidden>
AuthorDate: Wed Feb 26 18:12:50 2020 -0300

    Do NOT require NFC, we can use QR codes just as well
    
    Requiring NFC causes the app to not be installable on phones without NFC
    when using Google Play or F-Droid (in default configuration).
---
 app/src/main/AndroidManifest.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index bd33d05..c8a0f78 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -8,7 +8,7 @@
 
     <uses-feature
             android:name="android.hardware.nfc"
-            android:required="true" />
+            android:required="false" />
 
     <uses-feature
             android:name="android.hardware.telephony"

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]