gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-android] branch master updated: [wallet] fix packageName fo


From: gnunet
Subject: [taler-taler-android] branch master updated: [wallet] fix packageName for flavors
Date: Mon, 04 Jul 2022 13:53:57 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 2df9955  [wallet] fix packageName for flavors
2df9955 is described below

commit 2df99553c446c702e0bb7c71949495f928629ff9
Author: Torsten Grote <t@grobox.de>
AuthorDate: Mon Jul 4 08:53:43 2022 -0300

    [wallet] fix packageName for flavors
    
    The applicationIdSuffix used for flavors otherwise gets appended to the 
internal package names as well causing activities not to be found, because it 
looks in a wrong package.
---
 wallet/src/main/AndroidManifest.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/wallet/src/main/AndroidManifest.xml 
b/wallet/src/main/AndroidManifest.xml
index 70d2c4f..7a924be 100644
--- a/wallet/src/main/AndroidManifest.xml
+++ b/wallet/src/main/AndroidManifest.xml
@@ -15,7 +15,8 @@
   -->
 
 <manifest xmlns:android="http://schemas.android.com/apk/res/android";
-    xmlns:tools="http://schemas.android.com/tools";>
+    xmlns:tools="http://schemas.android.com/tools";
+    package="net.taler.wallet">
 
     <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
     <uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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