feat(permissions): add SMS permission screen and settings button; route from splash on Android

This commit is contained in:
JiWoong Sul
2025-09-07 19:33:11 +09:00
parent 2a90e7c377
commit f812d4b9fd
5 changed files with 249 additions and 15 deletions

View File

@@ -33,6 +33,10 @@
<meta-data
android:name="flutterEmbedding"
android:value="2" />
<!-- Google AdMob App ID -->
<meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="ca-app-pub-6691216385521068~6638409932" />
</application>
<!-- Required to query activities that can process text, see:
https://developer.android.com/training/package-visibility and