mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 10:20:51 +02:00
15 lines
451 B
XML
15 lines
451 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
tools:node="merge">
|
|
|
|
<application
|
|
android:name=".Application"
|
|
tools:node="merge">
|
|
<service
|
|
android:name=".actions.lock.LauncherAccessibilityService"
|
|
tools:strict="true"
|
|
tools:node="remove" />
|
|
</application>
|
|
|
|
</manifest>
|