Fix the logic to restart the Godot application

This commit is contained in:
Fredia Huya-Kouadio
2022-05-23 12:33:15 -07:00
parent 241c267d9c
commit b162e7ac39
9 changed files with 163 additions and 88 deletions

View File

@@ -16,12 +16,13 @@
<service android:name=".GodotDownloaderService" />
<activity
android:name=".utils.ProcessPhoenix"
android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:process=":phoenix"
android:exported="false"
/>
</application>
<instrumentation
android:name=".GodotInstrumentation"
android:icon="@mipmap/icon"
android:label="@string/godot_project_name_string"
android:targetPackage="org.godotengine.godot" />
</manifest>