File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Microsoft.Android.Templates/android-wear Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments