Skip to content

Commit 08d93af

Browse files
committed
updated icon property in manifest files in libs
1 parent 0df61d1 commit 08d93af

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

mode/libraries/ar/examples/Cube/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<uses-permission android:name="android.permission.CAMERA"/>
55
<uses-feature android:name="android.hardware.camera.ar" android:required="true"/>
66
<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">
88
<activity android:configChanges="orientation|screenSize" android:exported="true" android:name=".MainActivity" android:screenOrientation="locked" android:theme="@style/Theme.AppCompat.NoActionBar">
99
<intent-filter>
1010
<action android:name="android.intent.action.MAIN"/>

mode/libraries/ar/examples/ImportObj/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<uses-permission android:name="android.permission.CAMERA"/>
55
<uses-feature android:name="android.hardware.camera.ar" android:required="true"/>
66
<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">
88
<activity android:configChanges="orientation|screenSize" android:exported="true" android:name=".MainActivity" android:screenOrientation="locked" android:theme="@style/Theme.AppCompat.NoActionBar">
99
<intent-filter>
1010
<action android:name="android.intent.action.MAIN"/>

mode/libraries/ar/examples/Spheres/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<uses-permission android:name="android.permission.CAMERA"/>
55
<uses-feature android:name="android.hardware.camera.ar" android:required="true"/>
66
<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">
88
<activity android:configChanges="orientation|screenSize" android:exported="true" android:name=".MainActivity" android:screenOrientation="locked" android:theme="@style/Theme.AppCompat.NoActionBar">
99
<intent-filter>
1010
<action android:name="android.intent.action.MAIN"/>

mode/libraries/vr/examples/Cube/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<uses-feature android:name="android.software.vr.mode" android:required="false"/>
99
<uses-feature android:name="android.hardware.vr.high_performance" android:required="false"/>
1010
<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">
1212
<activity android:configChanges="orientation|keyboardHidden|screenSize" android:name=".MainActivity" android:resizeableActivity="false" android:screenOrientation="landscape">
1313
<intent-filter>
1414
<action android:name="android.intent.action.MAIN"/>

mode/libraries/vr/examples/Mono/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<uses-feature android:name="android.software.vr.mode" android:required="false"/>
99
<uses-feature android:name="android.hardware.vr.high_performance" android:required="false"/>
1010
<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">
1212
<activity android:configChanges="orientation|keyboardHidden|screenSize" android:name=".MainActivity" android:resizeableActivity="false" android:screenOrientation="landscape">
1313
<intent-filter>
1414
<action android:name="android.intent.action.MAIN"/>

mode/libraries/vr/examples/drawAim/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<uses-feature android:name="android.software.vr.mode" android:required="false"/>
99
<uses-feature android:name="android.hardware.vr.high_performance" android:required="false"/>
1010
<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">
1212
<activity android:configChanges="orientation|keyboardHidden|screenSize" android:name=".MainActivity" android:resizeableActivity="false" android:screenOrientation="landscape">
1313
<intent-filter>
1414
<action android:name="android.intent.action.MAIN"/>

0 commit comments

Comments
 (0)