summaryrefslogtreecommitdiff
path: root/wallee-c2ec/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'wallee-c2ec/app/src/main/AndroidManifest.xml')
-rw-r--r--wallee-c2ec/app/src/main/AndroidManifest.xml21
1 files changed, 6 insertions, 15 deletions
diff --git a/wallee-c2ec/app/src/main/AndroidManifest.xml b/wallee-c2ec/app/src/main/AndroidManifest.xml
index 86771a7..f276936 100644
--- a/wallee-c2ec/app/src/main/AndroidManifest.xml
+++ b/wallee-c2ec/app/src/main/AndroidManifest.xml
@@ -13,21 +13,6 @@
android:theme="@style/Theme.Walleec2ec"
tools:targetApi="31">
<activity
- android:name=".PaymentActivity"
- android:exported="false"
- android:label="@string/title_activity_payment"
- android:theme="@style/Theme.Walleec2ec" />
- <activity
- android:name=".WithdrawalCreationActivity"
- android:exported="false"
- android:label="@string/title_activity_withdrawal_creation"
- android:theme="@style/Theme.Walleec2ec" />
- <activity
- android:name=".ExchangeActivity"
- android:exported="false"
- android:label="@string/title_activity_exchange"
- android:theme="@style/Theme.Walleec2ec" />
- <activity
android:name=".MainActivity"
android:exported="true"
android:label="@string/app_name"
@@ -38,6 +23,12 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
+ <activity
+ android:name=".withdrawal.WithdrawalActivity"
+ android:exported="true"
+ android:label="@string/app_name"
+ android:theme="@style/Theme.Walleec2ec">
+ </activity>
</application>
</manifest> \ No newline at end of file