mirror of
https://gitlab.com/neothefox/LayTray
synced 2026-06-13 22:40:48 +03:00
Added service metadata
This commit is contained in:
@@ -22,6 +22,9 @@
|
||||
android:enabled="true"
|
||||
android:exported="true"
|
||||
android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE" >
|
||||
<meta-data
|
||||
android:name="android.accessibilityservice"
|
||||
android:resource="@xml/accessibility_service_config" />
|
||||
|
||||
<intent-filter>
|
||||
<action android:name="android.accessibilityservice.AccessibilityService" />
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
<accessibility-service xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:description="@string/accessibility_summary"
|
||||
android:settingsActivity="space.neothefox.laytray.MainActivity"
|
||||
/>
|
||||
Reference in New Issue
Block a user