gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-android] branch master updated: Do not require telephony f


From: gnunet
Subject: [taler-wallet-android] branch master updated: Do not require telephony features aka run on tablet devices
Date: Tue, 10 Mar 2020 15:53:37 +0100

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 9a1f300  Do not require telephony features aka run on tablet devices
9a1f300 is described below

commit 9a1f300ef0e840171f7bdd02a257c6d5d9c644d4
Author: Torsten Grote <address@hidden>
AuthorDate: Tue Mar 10 11:52:35 2020 -0300

    Do not require telephony features aka run on tablet devices
---
 app/src/main/AndroidManifest.xml | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index d916f21..a61483d 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -19,19 +19,24 @@
         package="net.taler.wallet">
 
     <uses-permission android:name="android.permission.NFC" />
+
+    <uses-feature
+            android:name="android.hardware.telephony"
+            android:required="false" />
     <uses-feature
             android:name="android.hardware.nfc.hce"
             android:required="false" />
 
     <application
             android:allowBackup="true"
+            android:fullBackupContent="@xml/backup_descriptor"
             android:icon="@mipmap/ic_launcher"
             android:label="@string/app_name"
             android:roundIcon="@mipmap/ic_launcher_round"
             android:supportsRtl="true"
             android:theme="@style/AppTheme"
-            tools:ignore="GoogleAppIndexingWarning"
-            android:fullBackupContent="@xml/backup_descriptor">
+            tools:ignore="GoogleAppIndexingWarning">
+
         <activity
                 android:name=".MainActivity"
                 android:label="@string/app_name"
@@ -73,4 +78,4 @@
                 android:process=":WalletBackendService" />
     </application>
 
-</manifest>
\ No newline at end of file
+</manifest>

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



reply via email to

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