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

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

@@ -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>