File tree Expand file tree Collapse file tree 5 files changed +8
-7
lines changed
pythonforandroid/bootstraps/sdl2/build Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 36
36
import org .libsdl .app .SDLActivity ;
37
37
38
38
import org .kivy .android .PythonUtil ;
39
+ import org .kivy .android .launcher .Project ;
39
40
40
41
import org .renpy .android .ResourceManager ;
41
42
import org .renpy .android .AssetExtract ;
Original file line number Diff line number Diff line change 1
- package org .kivy .android ;
1
+ package org .kivy .android . launcher ;
2
2
3
3
import java .io .UnsupportedEncodingException ;
4
4
import java .io .File ;
15
15
*/
16
16
public class Project {
17
17
18
- String dir = null ;
18
+ public String dir = null ;
19
19
String title = null ;
20
20
String author = null ;
21
21
Bitmap icon = null ;
22
- boolean landscape = false ;
22
+ public boolean landscape = false ;
23
23
24
24
static String decode (String s ) {
25
25
try {
Original file line number Diff line number Diff line change 1
- package org .kivy .android ;
1
+ package org .kivy .android . launcher ;
2
2
3
3
import android .app .Activity ;
4
4
import android .content .Context ;
Original file line number Diff line number Diff line change 1
- package org .kivy .android ;
1
+ package org .kivy .android . launcher ;
2
2
3
3
import android .app .Activity ;
4
4
import android .os .Bundle ;
Original file line number Diff line number Diff line change 86
86
</activity >
87
87
88
88
{% if args.launcher %}
89
- <activity android : name =" org.kivy.android.ProjectChooser"
89
+ <activity android : name =" org.kivy.android.launcher. ProjectChooser"
90
90
android : icon =" @drawable/icon"
91
91
android : label =" @string/app_name" >
92
92
121
121
{% endif %}
122
122
</application >
123
123
124
- </manifest >
124
+ </manifest >
You can’t perform that action at this time.
0 commit comments