|
@@ -49,6 +49,7 @@
|
|
|
android:process=":GodotEditor"
|
|
|
android:launchMode="singleTask"
|
|
|
android:screenOrientation="userLandscape"
|
|
|
+ android:exported="false"
|
|
|
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen">
|
|
|
<layout android:defaultHeight="@dimen/editor_default_window_height"
|
|
|
android:defaultWidth="@dimen/editor_default_window_width" />
|
|
@@ -60,6 +61,7 @@
|
|
|
android:label="@string/godot_project_name_string"
|
|
|
android:process=":GodotGame"
|
|
|
android:launchMode="singleTask"
|
|
|
+ android:exported="false"
|
|
|
android:screenOrientation="userLandscape"
|
|
|
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen">
|
|
|
<layout android:defaultHeight="@dimen/editor_default_window_height"
|