feat(android): init basic maps

This commit is contained in:
LavaDesu 2025-04-13 01:27:49 +10:00
parent aebc802b88
commit 89ffc02e1d
Signed by: cilly
GPG key ID: 6500251E087653C9
8 changed files with 36 additions and 17 deletions

View file

@ -8,6 +8,9 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@android:style/Theme.Material.Light.NoActionBar">
<meta-data
android:name="com.google.android.geo.API_KEY"
android:value="${MAPS_API_KEY}" />
<activity
android:exported="true"
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden|mnc|colorMode|density|fontScale|fontWeightAdjustment|keyboard|layoutDirection|locale|mcc|navigation|smallestScreenSize|touchscreen|uiMode"