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 3636import org .libsdl .app .SDLActivity ;
3737
3838import org .kivy .android .PythonUtil ;
39+ import org .kivy .android .launcher .Project ;
3940
4041import org .renpy .android .ResourceManager ;
4142import 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 ;
22
33import java .io .UnsupportedEncodingException ;
44import java .io .File ;
1515 */
1616public class Project {
1717
18- String dir = null ;
18+ public String dir = null ;
1919 String title = null ;
2020 String author = null ;
2121 Bitmap icon = null ;
22- boolean landscape = false ;
22+ public boolean landscape = false ;
2323
2424 static String decode (String s ) {
2525 try {
Original file line number Diff line number Diff line change 1- package org .kivy .android ;
1+ package org .kivy .android . launcher ;
22
33import android .app .Activity ;
44import android .content .Context ;
Original file line number Diff line number Diff line change 1- package org .kivy .android ;
1+ package org .kivy .android . launcher ;
22
33import android .app .Activity ;
44import android .os .Bundle ;
Original file line number Diff line number Diff line change 8686 </activity >
8787
8888 {% if args.launcher %}
89- <activity android : name =" org.kivy.android.ProjectChooser"
89+ <activity android : name =" org.kivy.android.launcher. ProjectChooser"
9090 android : icon =" @drawable/icon"
9191 android : label =" @string/app_name" >
9292
121121 {% endif %}
122122 </application >
123123
124- </manifest >
124+ </manifest >
You can’t perform that action at this time.
0 commit comments