修复 打包后无障碍服务名称错误的问题

This commit is contained in:
hyb1996 2018-12-12 14:23:34 +08:00
parent 05813499bc
commit 7e7a7556e8
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,6 @@
<service
android:name="com.stardust.autojs.core.accessibility.AccessibilityService"
android:label="@string/app_name"
android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE">
<intent-filter>
<action android:name="android.accessibilityservice.AccessibilityService"/>

View File

@ -28,7 +28,8 @@
android:theme="@style/ScriptTheme"
android:usesCleartextTraffic="true"
tools:ignore="GoogleAppIndexingWarning"
tools:replace="android:label, android:allowBackup">
tools:replace="android:label, android:allowBackup"
tools:targetApi="m">
<activity android:name=".LogActivity">
</activity>