File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
<uses-permission android : name =" android.permission.CAMERA" />
5
5
<uses-feature android : name =" android.hardware.camera.ar" android : required =" true" />
6
6
<uses-feature android : glEsVersion =" 0x00020000" android : required =" true" />
7
- <application android : allowBackup =" false" android : icon =" @drawable/icon " android : label =" " android : theme =" @style/ArActivityTheme" android : usesCleartextTraffic =" false" tools : ignore =" GoogleAppIndexingWarning" >
7
+ <application android : allowBackup =" false" android : icon =" @mipmap/ic_launcher " android : label =" " android : theme =" @style/ArActivityTheme" android : usesCleartextTraffic =" false" tools : ignore =" GoogleAppIndexingWarning" >
8
8
<activity android : configChanges =" orientation|screenSize" android : exported =" true" android : name =" .MainActivity" android : screenOrientation =" locked" android : theme =" @style/Theme.AppCompat.NoActionBar" >
9
9
<intent-filter >
10
10
<action android : name =" android.intent.action.MAIN" />
Original file line number Diff line number Diff line change 4
4
<uses-permission android : name =" android.permission.CAMERA" />
5
5
<uses-feature android : name =" android.hardware.camera.ar" android : required =" true" />
6
6
<uses-feature android : glEsVersion =" 0x00020000" android : required =" true" />
7
- <application android : allowBackup =" false" android : icon =" @drawable/icon " android : label =" " android : theme =" @style/ArActivityTheme" android : usesCleartextTraffic =" false" tools : ignore =" GoogleAppIndexingWarning" >
7
+ <application android : allowBackup =" false" android : icon =" @mipmap/ic_launcher " android : label =" " android : theme =" @style/ArActivityTheme" android : usesCleartextTraffic =" false" tools : ignore =" GoogleAppIndexingWarning" >
8
8
<activity android : configChanges =" orientation|screenSize" android : exported =" true" android : name =" .MainActivity" android : screenOrientation =" locked" android : theme =" @style/Theme.AppCompat.NoActionBar" >
9
9
<intent-filter >
10
10
<action android : name =" android.intent.action.MAIN" />
Original file line number Diff line number Diff line change 4
4
<uses-permission android : name =" android.permission.CAMERA" />
5
5
<uses-feature android : name =" android.hardware.camera.ar" android : required =" true" />
6
6
<uses-feature android : glEsVersion =" 0x00020000" android : required =" true" />
7
- <application android : allowBackup =" false" android : icon =" @drawable/icon " android : label =" " android : theme =" @style/ArActivityTheme" android : usesCleartextTraffic =" false" tools : ignore =" GoogleAppIndexingWarning" >
7
+ <application android : allowBackup =" false" android : icon =" @mipmap/ic_launcher " android : label =" " android : theme =" @style/ArActivityTheme" android : usesCleartextTraffic =" false" tools : ignore =" GoogleAppIndexingWarning" >
8
8
<activity android : configChanges =" orientation|screenSize" android : exported =" true" android : name =" .MainActivity" android : screenOrientation =" locked" android : theme =" @style/Theme.AppCompat.NoActionBar" >
9
9
<intent-filter >
10
10
<action android : name =" android.intent.action.MAIN" />
Original file line number Diff line number Diff line change 8
8
<uses-feature android : name =" android.software.vr.mode" android : required =" false" />
9
9
<uses-feature android : name =" android.hardware.vr.high_performance" android : required =" false" />
10
10
<uses-feature android : glEsVersion =" 0x00020000" android : required =" true" />
11
- <application android : icon =" @drawable/icon " android : label =" " android : theme =" @style/VrActivityTheme" >
11
+ <application android : icon =" @mipmap/ic_launcher " android : label =" " android : theme =" @style/VrActivityTheme" >
12
12
<activity android : configChanges =" orientation|keyboardHidden|screenSize" android : name =" .MainActivity" android : resizeableActivity =" false" android : screenOrientation =" landscape" >
13
13
<intent-filter >
14
14
<action android : name =" android.intent.action.MAIN" />
Original file line number Diff line number Diff line change 8
8
<uses-feature android : name =" android.software.vr.mode" android : required =" false" />
9
9
<uses-feature android : name =" android.hardware.vr.high_performance" android : required =" false" />
10
10
<uses-feature android : glEsVersion =" 0x00020000" android : required =" true" />
11
- <application android : icon =" @drawable/icon " android : label =" " android : theme =" @style/VrActivityTheme" >
11
+ <application android : icon =" @mipmap/ic_launcher " android : label =" " android : theme =" @style/VrActivityTheme" >
12
12
<activity android : configChanges =" orientation|keyboardHidden|screenSize" android : name =" .MainActivity" android : resizeableActivity =" false" android : screenOrientation =" landscape" >
13
13
<intent-filter >
14
14
<action android : name =" android.intent.action.MAIN" />
Original file line number Diff line number Diff line change 8
8
<uses-feature android : name =" android.software.vr.mode" android : required =" false" />
9
9
<uses-feature android : name =" android.hardware.vr.high_performance" android : required =" false" />
10
10
<uses-feature android : glEsVersion =" 0x00020000" android : required =" true" />
11
- <application android : icon =" @drawable/icon " android : label =" " android : theme =" @style/VrActivityTheme" >
11
+ <application android : icon =" @mipmap/ic_launcher " android : label =" " android : theme =" @style/VrActivityTheme" >
12
12
<activity android : configChanges =" orientation|keyboardHidden|screenSize" android : name =" .MainActivity" android : resizeableActivity =" false" android : screenOrientation =" landscape" >
13
13
<intent-filter >
14
14
<action android : name =" android.intent.action.MAIN" />
You can’t perform that action at this time.
0 commit comments