Skip to content

Commit e95d22a

Browse files
committed
Use Round Icon
1 parent e6bd561 commit e95d22a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Android.Templates/android-wear/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0">
33
<uses-feature android:name="android.hardware.type.watch" />
44
<uses-permission android:name="android.permission.WAKE_LOCK" />
5-
<application android:allowBackup="true" android:icon="@mipmap/appicon" android:label="@string/app_name" android:supportsRtl="true" android:theme="@android:style/Theme.DeviceDefault">
5+
<application android:allowBackup="true" android:icon="@mipmap/appicon" android:roundIcon="@mipmap/appicon_round" android:label="@string/app_name" android:supportsRtl="true" android:theme="@android:style/Theme.DeviceDefault">
66
<uses-library android:name="com.google.android.wearable" android:required="true" />
77
</application>
88
</manifest>

0 commit comments

Comments
 (0)