mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 18:30:50 +02:00
add buildFlavor for accrescent
This commit is contained in:
parent
fa0c880342
commit
f08f357bb3
3 changed files with 41 additions and 1 deletions
15
app/src/accrescent/AndroidManifest.xml
Normal file
15
app/src/accrescent/AndroidManifest.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue