File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
pythonforandroid/bootstraps
sdl2/build/src/main/java/org/kivy/android
service_only/build/src/main/java/org/kivy/android
webview/build/src/main/java/org/kivy/android Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 13
13
import java .util .TimerTask ;
14
14
15
15
import android .app .Activity ;
16
- import android .app .AlertDialog ;
17
16
import android .content .Context ;
18
- import android .content .DialogInterface ;
19
17
import android .content .Intent ;
20
18
import android .content .pm .ActivityInfo ;
21
19
import android .content .pm .PackageManager ;
27
25
import android .os .Bundle ;
28
26
import android .os .PowerManager ;
29
27
import android .util .Log ;
30
- import android .view .KeyEvent ;
31
28
import android .view .SurfaceView ;
32
29
import android .view .ViewGroup ;
33
30
import android .widget .ImageView ;
Original file line number Diff line number Diff line change 9
9
import java .util .ArrayList ;
10
10
11
11
import android .app .Activity ;
12
+ import android .app .AlertDialog ;
13
+ import android .content .DialogInterface
12
14
import android .content .Intent ;
15
+ import android .view .KeyEvent ;
13
16
import android .util .Log ;
14
17
import android .widget .Toast ;
15
18
import android .os .Bundle ;
Original file line number Diff line number Diff line change 11
11
import java .util .ArrayList ;
12
12
13
13
import android .view .ViewGroup ;
14
+ import android .view .KeyEvent ;
14
15
import android .app .Activity ;
16
+ import android .app .AlertDialog ;
17
+ import android .content .DialogInterface ;
15
18
import android .content .Intent ;
16
19
import android .util .Log ;
17
20
import android .widget .Toast ;
You can’t perform that action at this time.
0 commit comments