correcting an intent action label

This commit is contained in:
Tibor Kaputa 2022-11-22 18:54:52 +01:00 committed by GitHub
parent 9be41c69e4
commit 529c448ae0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
android:theme="@style/SplashTheme">
<intent-filter>
<action android:name="android.intent.action.TOGGLE_STOPWATCH" />
<action android:name="com.simplemobiletools.clock.TOGGLE_STOPWATCH" />
<action android:name="android.intent.action.SHOW_ALARMS" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>