Skip to content

Commit 0fc17e0

Browse files
committed
fix icon for real this time
1 parent 0c20002 commit 0fc17e0

File tree

8 files changed

+7
-18
lines changed

8 files changed

+7
-18
lines changed

android/wear/src/main/AndroidManifest.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
android:supportsRtl="true"
1919
android:theme="@android:style/Theme.DeviceDefault">
2020

21+
<!-- Standalone Wear OS app metadata - required for app to show in launcher -->
22+
<meta-data
23+
android:name="com.google.android.wearable.standalone"
24+
android:value="true" />
25+
2126
<!-- Main Activity -->
2227
<activity
2328
android:name=".MainActivity"
4.72 KB
Loading
2.96 KB
Loading
6.77 KB
Loading
10.8 KB
Loading
15.8 KB
Loading

android/wear/src/main/res/drawable/ic_launcher_foreground.xml

Lines changed: 0 additions & 16 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3-
<background android:drawable="@color/ic_launcher_background"/>
4-
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
3+
<background android:drawable="@color/ic_launcher_background"/>
4+
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
55
</adaptive-icon>

0 commit comments

Comments
 (0)