File tree Expand file tree Collapse file tree 4 files changed +3
-7
lines changed Expand file tree Collapse file tree 4 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 12
12
<uses-feature android : glEsVersion =" 0x00020000" android : required =" true" />
13
13
<application android : label =" "
14
14
android : icon =" @drawable/icon"
15
- android : debuggable =" true"
16
15
android : theme =" @style/VrActivityTheme" >
17
16
<activity android : name =" .MainActivity"
18
17
android : screenOrientation =" landscape"
Original file line number Diff line number Diff line change 5
5
android : versionName =" 1.0" >
6
6
<uses-sdk android : minSdkVersion =" @@min_sdk@@" />
7
7
<application android : label =" "
8
- android : icon =" @drawable/icon"
9
- android : debuggable =" true" >
8
+ android : icon =" @drawable/icon" >
10
9
<activity android : name =" .MainActivity"
11
10
android : theme =" @style/Theme.AppCompat.Light.NoActionBar.FullScreen" >
12
11
<intent-filter >
Original file line number Diff line number Diff line change 6
6
<uses-sdk android : minSdkVersion =" @@min_sdk@@" />
7
7
<uses-feature android : name =" android.software.live_wallpaper" />
8
8
<application android : label =" "
9
- android : icon =" @drawable/icon"
10
- android : debuggable =" true" >
9
+ android : icon =" @drawable/icon" >
11
10
<service android : name =" .MainService"
12
11
android : label =" "
13
12
android : permission =" android.permission.BIND_WALLPAPER" >
Original file line number Diff line number Diff line change 8
8
<uses-permission android : name =" android.permission.WAKE_LOCK" />
9
9
<application android : label =" "
10
10
android : icon =" @drawable/icon"
11
- android : supportsRtl =" true"
12
- android : debuggable =" true" >
11
+ android : supportsRtl =" true" >
13
12
<uses-library android : name =" com.google.android.wearable" android : required =" false" />
14
13
<service android : name =" .MainService"
15
14
android : label =" "
You can’t perform that action at this time.
0 commit comments