Android exported (#632)

* Add android:exported="true" to android activity.

* Update build version for android for cakewallet to 135; monero.com 31.
This commit is contained in:
mkyq 2022-11-16 21:55:26 -05:00 committed by GitHub
parent 91941e7c80
commit 841b69aef7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -21,7 +21,8 @@
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated="true"
android:windowSoftInputMode="adjustResize"
android:screenOrientation="portrait">
android:screenOrientation="portrait"
android:exported="true">
<meta-data
android:name="io.flutter.embedding.android.SplashScreenDrawable"
android:resource="@drawable/launch_background"

View file

@ -15,13 +15,13 @@ APP_ANDROID_TYPE=$1
MONERO_COM_NAME="Monero.com"
MONERO_COM_VERSION="1.2.1"
MONERO_COM_BUILD_NUMBER=30
MONERO_COM_BUILD_NUMBER=31
MONERO_COM_BUNDLE_ID="com.monero.app"
MONERO_COM_PACKAGE="com.monero.app"
CAKEWALLET_NAME="Cake Wallet"
CAKEWALLET_VERSION="4.5.1"
CAKEWALLET_BUILD_NUMBER=134
CAKEWALLET_BUILD_NUMBER=135
CAKEWALLET_BUNDLE_ID="com.cakewallet.cake_wallet"
CAKEWALLET_PACKAGE="com.cakewallet.cake_wallet"