add buildFlavor for accrescent

This commit is contained in:
Josia Pietsch 2025-01-12 01:31:49 +01:00
parent fa0c880342
commit f08f357bb3
Signed by: jrpie
GPG key ID: E70B571D66986A2D
3 changed files with 41 additions and 1 deletions

View file

@ -0,0 +1,15 @@
<?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>