6.4.1 - GitHub Actions 支持; 修复屏幕宽高返回数据; 优化构建工具自适应性

This commit is contained in:
SuperMonster003
2023-11-02 10:40:27 +08:00
parent 702522aa81
commit 770d727929
155 changed files with 803 additions and 582 deletions

View File

@@ -109,6 +109,8 @@
<uses-permission android:name="android.permission.RECORD_AUDIO"/>
<uses-permission android:name="com.termux.permission.RUN_COMMAND" />
<!-- Dangerous permission witch should be treated carefully. -->
<!-- <uses-permission android:name="android.permission.READ_CONTACTS" />-->
@@ -230,8 +232,6 @@
<activity
android:name="org.autojs.autojs.ui.doc.DocumentationActivity"
android:exported="true"
android:label="@string/text_app_shortcut_docs_long_label"
android:taskAffinity="org.autojs.autojs.ui.doc.DocumentationActivity"
android:theme="@style/AppTheme.FullScreen">
<intent-filter>