diff --git a/kubi/Cargo.toml b/kubi/Cargo.toml index 5ada586..7eed1f8 100644 --- a/kubi/Cargo.toml +++ b/kubi/Cargo.toml @@ -59,15 +59,14 @@ assets = "../assets" apk_name = "kubi" theme = "@android:style/Theme.DeviceDefault.NoActionBar.Fullscreen" label = "Kubi" -orientation = "sensorLandscape" [package.metadata.android.sdk] min_sdk_version = 16 target_sdk_version = 30 [[package.metadata.android.uses_feature]] -required = true glEsVersion = 0x00030000 +required = true [[package.metadata.android.uses_feature]] name = "android.hardware.touchscreen.multitouch" @@ -78,6 +77,13 @@ name = "android.hardware.touchscreen.multitouch.distinct" required = true [package.metadata.android.application.activity] +label = "Kubi" +launch_mode = "singleTop" +orientation = "sensorLandscape" config_changes = "orientation|keyboardHidden|screenLayout|screenSize" exported = true resizeable_activity = true + +# [package.metadata.android.signing.release] +# path = "$HOME/.android/debug.keystore" +# keystore_password = "android"