We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 779445d commit 5eeeefbCopy full SHA for 5eeeefb
1 file changed
floatstat/src/main/AndroidManifest.xml
@@ -59,9 +59,9 @@
59
android:foregroundServiceType="dataSync"
60
>
61
<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"/>
+ <action android:name="id.psw.floatstat.action.VISIBILITY"/>
+ <action android:name="id.psw.floatstat.action.EDIT"/>
+ <action android:name="id.psw.floatstat.action.CLOSE"/>
65
</intent-filter>
66
</service>
67
<service android:name=".SettingTileService"
0 commit comments