Skip to content

Commit 5eeeefb

Browse files
committed
fix : refactor intent (causing broken notif button)
1 parent 779445d commit 5eeeefb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

floatstat/src/main/AndroidManifest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
android:foregroundServiceType="dataSync"
6060
>
6161
<intent-filter>
62-
<action android:name="id.psw.temperamon.action.VISIBILITY"/>
63-
<action android:name="id.psw.temperamon.action.EDIT"/>
64-
<action android:name="id.psw.temperamon.action.CLOSE"/>
62+
<action android:name="id.psw.floatstat.action.VISIBILITY"/>
63+
<action android:name="id.psw.floatstat.action.EDIT"/>
64+
<action android:name="id.psw.floatstat.action.CLOSE"/>
6565
</intent-filter>
6666
</service>
6767
<service android:name=".SettingTileService"

0 commit comments

Comments
 (0)