Android package cleanup

This commit is contained in:
elasota
2020-10-12 10:43:37 -04:00
parent 3b6ae1dba5
commit ec56bdace2
9 changed files with 15 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
com.gamemaker.game
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.libsdl.app"
package="org.glideport.game"
android:versionCode="1"
android:versionName="1.0"
android:installLocation="auto">
@@ -66,7 +66,7 @@
<meta-data android:name="SDL_ENV.SDL_ACCELEROMETER_AS_JOYSTICK" android:value="0"/>
-->
<activity android:name="SDLActivity"
<activity android:name="GpActivity"
android:label="@string/app_name"
android:alwaysRetainTaskState="true"
android:launchMode="singleInstance"

View File

@@ -0,0 +1,7 @@
package org.glideport.game;
import org.libsdl.app.SDLActivity;
public class GpActivity extends SDLActivity
{
}

View File

@@ -0,0 +1,5 @@
package org.glideport.game;
public class GpSystemServices
{
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 525 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 746 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 966 B

View File

@@ -1,3 +1,3 @@
<resources>
<string name="app_name">Game</string>
<string name="app_name">Aerofoil</string>
</resources>