step 11 : proses base64 string, upload ke BE

This commit is contained in:
sindhu
2025-02-17 06:52:04 +07:00
parent d6bdf1a76c
commit 0c318136e9
5 changed files with 558 additions and 118 deletions

View File

@@ -12,6 +12,9 @@
<activity
android:name=".MainActivity"
android:exported="true"
android:requestLegacyExternalStorage="true"
android:usesCleartextTraffic="true"
android:allowBackup="true"
android:launchMode="singleTop"
android:taskAffinity=""
android:theme="@style/LaunchTheme"