aboutsummaryrefslogtreecommitdiff
path: root/platform/android/AndroidManifest.xml.template
diff options
context:
space:
mode:
authorJuan Linietsky2016-01-08 17:53:00 -0300
committerJuan Linietsky2016-01-08 17:53:00 -0300
commit40ba22631bbb7fc4c6b88d01402e132dbaceaf2b (patch)
tree4629c457d390ba7c7eef4c3d31ebb803fc8179ce /platform/android/AndroidManifest.xml.template
parent401622cc229317bd218f070dd07a3bd8db582f16 (diff)
downloadgodot-40ba22631bbb7fc4c6b88d01402e132dbaceaf2b.tar.gz
godot-40ba22631bbb7fc4c6b88d01402e132dbaceaf2b.tar.zst
godot-40ba22631bbb7fc4c6b88d01402e132dbaceaf2b.zip
Renamed godot domain from com.android.godot (which was incorrect) to org.godotengine.godot
Diffstat (limited to 'platform/android/AndroidManifest.xml.template')
-rw-r--r--platform/android/AndroidManifest.xml.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/android/AndroidManifest.xml.template b/platform/android/AndroidManifest.xml.template
index 9fd52f643..37dee4a9a 100644
--- a/platform/android/AndroidManifest.xml.template
+++ b/platform/android/AndroidManifest.xml.template
@@ -11,7 +11,7 @@
android:xlargeScreens="true"/>
<application android:label="@string/godot_project_name_string" android:icon="@drawable/icon" android:allowBackup="false" $$ADD_APPATTRIBUTE_CHUNKS$$ >
- <activity android:name="com.android.godot.Godot"
+ <activity android:name="org.godotengine.godot.Godot"
android:label="@string/godot_project_name_string"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:launchMode="singleTask"
@@ -23,7 +23,7 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
- <service android:name="com.android.godot.GodotDownloaderService" />
+ <service android:name="org.godotengine.godot.GodotDownloaderService" />