Skip to content

Implement project.godot file associations for the Android editor#116153

Merged
Repiteo merged 1 commit into
godotengine:masterfrom
m4gr3d:add_project_godot_associations
Feb 13, 2026
Merged

Implement project.godot file associations for the Android editor#116153
Repiteo merged 1 commit into
godotengine:masterfrom
m4gr3d:add_project_godot_associations

Conversation

@m4gr3d

@m4gr3d m4gr3d commented Feb 10, 2026

Copy link
Copy Markdown
Contributor

Fixes godotengine/godot-proposals#6201

Tested the feature with the Files by Google app, the Explorer app and the HorizonOS 'Files' app:

Screen_Recording_20260210_120538.mp4

@Alex2782 Alex2782 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, tested on Samsung Tab S7 and Chromebook (Files - Google App)


I also have a very old myfiles app from Samsung installed on my Samsung Tab S7. It doesn't work with that app.

It seems to be available in the Play Store, but I can't search for it. In the system settings, under Apps, I can see that the app comes from the Play Store, but when I open the Play Store from there, I get a warning that the app isn't compatible with my device. Very strange.


https://developer.android.com/guide/topics/manifest/data-element#path

<!--<data android:pathPattern=".*\\.godot" />-->
<data android:pathSuffix=".godot" />

The pathSuffix attribute is matched exactly against the ending part of the path in the Intent object, and this attribute doesn't have to begin with the / character.

I also tried this; the Google Files app worked fine, but not the old Samsung "myfiles" app.

@Repiteo Repiteo merged commit 3f57dc0 into godotengine:master Feb 13, 2026
20 checks passed
@Repiteo

Repiteo commented Feb 13, 2026

Copy link
Copy Markdown
Contributor

Thanks!

@m4gr3d m4gr3d deleted the add_project_godot_associations branch February 13, 2026 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment