cashless2ecash

cashless2ecash: pay with cards for digital cash (experimental)
Log | Files | Refs | README

commit 6e8355ac8026dc66bad91051117601c1bffc80b1
parent 60a4b12fbcd7782eaac9e97001272aa46889f4ea
Author: fsb2 <benjamin.fehrensen@bfh.ch>
Date:   Wed,  9 Apr 2025 10:53:57 +0200

App set to Kiosk Mode

Diffstat:
Mwallee-c2ec/app/src/main/AndroidManifest.xml | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/wallee-c2ec/app/src/main/AndroidManifest.xml b/wallee-c2ec/app/src/main/AndroidManifest.xml @@ -19,7 +19,6 @@ <activity android:name=".MainActivity" android:exported="true" - android:label="@string/app_name" android:theme="@style/Theme.Walleec2ec"> <intent-filter> <action android:name="android.intent.action.MAIN" /> @@ -32,14 +31,12 @@ android:name=".withdrawal.WithdrawalActivity" android:launchMode="singleTop" android:exported="true" - android:label="@string/app_name" android:theme="@style/Theme.Walleec2ec"> </activity> <activity android:name=".withdrawal.ManageActivity" android:exported="true" - android:label="@string/app_name" android:theme="@style/Theme.Walleec2ec"> </activity> @@ -47,7 +44,6 @@ <activity android:name=".withdrawal.SummaryActivity" android:exported="true" - android:label="@string/app_name" android:theme="@style/Theme.Walleec2ec"> </activity> </application>