update Automation API

This commit is contained in:
BinTianqi
2024-07-16 21:15:12 +08:00
parent 172f7d081e
commit 97cd7447e4
7 changed files with 22 additions and 15 deletions

View File

@@ -55,8 +55,9 @@
android:name=".AutomationActivity"
android:exported="true"
android:launchMode="singleInstance"
android:excludeFromRecents="true"
android:windowSoftInputMode="adjustResize|stateHidden"
android:theme="@style/Theme.OwnDroid">
android:theme="@style/Theme.Transparent">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
</intent-filter>
@@ -67,7 +68,7 @@
android:windowSoftInputMode="adjustResize|stateHidden"
android:excludeFromRecents="true"
android:launchMode="singleInstance"
android:theme="@style/Theme.OwnDroidAppInstaller">
android:theme="@style/Theme.Transparent">
<intent-filter>
<category android:name="android.intent.category.DEFAULT"/>
<action android:name="android.intent.action.VIEW"/>