Implement project.godot file associations for the Android editor
This commit is contained in:
parent
833889aec0
commit
8d14a178e9
3 changed files with 105 additions and 2 deletions
|
|
@ -202,7 +202,8 @@ abstract class GodotActivity : FragmentActivity(), GodotHost {
|
|||
handleStartIntent(intent, false)
|
||||
}
|
||||
|
||||
private fun handleStartIntent(intent: Intent, newLaunch: Boolean) {
|
||||
@CallSuper
|
||||
protected open fun handleStartIntent(intent: Intent, newLaunch: Boolean) {
|
||||
if (!newLaunch) {
|
||||
val newLaunchRequested = intent.getBooleanExtra(EXTRA_NEW_LAUNCH, false)
|
||||
if (newLaunchRequested) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue