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 1212 <uses-feature android : glEsVersion =" 0x00020000" android : required =" true" />
1313 <application android : label =" "
1414 android : icon =" @drawable/icon"
15- android : debuggable =" true"
1615 android : theme =" @style/VrActivityTheme" >
1716 <activity android : name =" .MainActivity"
1817 android : screenOrientation =" landscape"
Original file line number Diff line number Diff line change 55 android : versionName =" 1.0" >
66 <uses-sdk android : minSdkVersion =" @@min_sdk@@" />
77 <application android : label =" "
8- android : icon =" @drawable/icon"
9- android : debuggable =" true" >
8+ android : icon =" @drawable/icon" >
109 <activity android : name =" .MainActivity"
1110 android : theme =" @style/Theme.AppCompat.Light.NoActionBar.FullScreen" >
1211 <intent-filter >
Original file line number Diff line number Diff line change 66 <uses-sdk android : minSdkVersion =" @@min_sdk@@" />
77 <uses-feature android : name =" android.software.live_wallpaper" />
88 <application android : label =" "
9- android : icon =" @drawable/icon"
10- android : debuggable =" true" >
9+ android : icon =" @drawable/icon" >
1110 <service android : name =" .MainService"
1211 android : label =" "
1312 android : permission =" android.permission.BIND_WALLPAPER" >
Original file line number Diff line number Diff line change 88 <uses-permission android : name =" android.permission.WAKE_LOCK" />
99 <application android : label =" "
1010 android : icon =" @drawable/icon"
11- android : supportsRtl =" true"
12- android : debuggable =" true" >
11+ android : supportsRtl =" true" >
1312 <uses-library android : name =" com.google.android.wearable" android : required =" false" />
1413 <service android : name =" .MainService"
1514 android : label =" "
You can’t perform that action at this time.
0 commit comments