Skip to content

Commit 97861bd

Browse files
author
Paul Ruiz
committed
fixed package name
1 parent 76c7a82 commit 97861bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WatchFaceWithOptions/wear/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<meta-data
2626
android:name="com.google.android.wearable.watchface.wearableConfigurationAction"
27-
android:value="com.sportslabs.watchface.CONFIG_BACKGROUND" />
27+
android:value="com.ptrprograms.endgamewatchface.CONFIG_BACKGROUND" />
2828

2929
<intent-filter>
3030
<action android:name="android.service.wallpaper.WallpaperService" />
@@ -36,7 +36,7 @@
3636
android:name=".WatchFaceConfigActivity"
3737
android:label="@string/app_name">
3838
<intent-filter>
39-
<action android:name="com.sportslabs.watchface.CONFIG_BACKGROUND" />
39+
<action android:name="com.ptrprograms.endgamewatchface.CONFIG_BACKGROUND" />
4040
<category android:name="com.google.android.wearable.watchface.category.WEARABLE_CONFIGURATION" />
4141
<category android:name="android.intent.category.DEFAULT" />
4242
</intent-filter>

0 commit comments

Comments
 (0)