add new action: show recent apps
Some checks failed
Android CI / build (push) Has been cancelled

This commit is contained in:
Josia Pietsch 2025-03-24 13:21:58 +01:00
parent 8e140e2e69
commit b4608ef153
Signed by: jrpie
GPG key ID: E70B571D66986A2D
6 changed files with 67 additions and 12 deletions

View file

@ -85,7 +85,7 @@
<service
android:name=".actions.lock.LauncherAccessibilityService"
android:exported="true"
android:label="@string/accessibility_service_name"
android:label="@string/app_name"
android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE">
<intent-filter>
<action android:name="android.accessibilityservice.AccessibilityService" />
@ -97,4 +97,4 @@
</service>
</application>
</manifest>
</manifest>