add AutomationActivity

This commit is contained in:
BinTianqi
2024-07-02 14:31:01 +08:00
parent 015c571546
commit 172f7d081e
7 changed files with 107 additions and 34 deletions

View File

@@ -51,6 +51,16 @@
android:windowSoftInputMode="adjustResize|stateHidden"
android:theme="@style/Theme.OwnDroid">
</activity>
<activity
android:name=".AutomationActivity"
android:exported="true"
android:launchMode="singleInstance"
android:windowSoftInputMode="adjustResize|stateHidden"
android:theme="@style/Theme.OwnDroid">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
</intent-filter>
</activity>
<activity
android:name=".InstallAppActivity"
android:exported="true"
@@ -91,7 +101,7 @@
android:permission="android.permission.BIND_DEVICE_ADMIN">
</receiver>
<receiver
android:name=".TaskReceiver"
android:name=".AutomationReceiver"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>