move LOG from tab TASK to action menu
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="com.stardust.scriptdroid">
|
||||
|
||||
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
|
||||
@@ -14,7 +15,6 @@
|
||||
<!-- Ad SDK Permissions -->
|
||||
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
|
||||
|
||||
|
||||
<application
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:name=".App"
|
||||
@@ -24,15 +24,14 @@
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/AppTheme"
|
||||
tools:replace="android:label, android:icon, android:allowBackup">
|
||||
|
||||
<activity
|
||||
android:name=".ui.splash.SplashActivity_"
|
||||
android:hardwareAccelerated="true"
|
||||
android:label="@string/_app_name"
|
||||
android:theme="@style/AppTheme.Splash">
|
||||
|
||||
<intent-filter>
|
||||
<category android:name="android.intent.category.LAUNCHER"/>
|
||||
|
||||
<action android:name="android.intent.action.MAIN"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
@@ -42,16 +41,14 @@
|
||||
android:label="@string/_app_name"
|
||||
android:launchMode="singleTask"
|
||||
android:theme="@style/AppTheme.FullScreen">
|
||||
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
android:name=".external.shortcut.ShortcutActivity"
|
||||
android:taskAffinity="com.stardust.scriptdroid.external.shortcut.ShortcutActivity"
|
||||
android:theme="@android:style/Theme.NoDisplay">
|
||||
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN"/>
|
||||
|
||||
<category android:name="android.intent.category.DEFAULT"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
@@ -69,7 +66,6 @@
|
||||
<activity
|
||||
android:name=".ui.edit.EditActivity_"
|
||||
android:multiprocess="true">
|
||||
|
||||
</activity>
|
||||
<activity android:name=".ui.settings.AboutActivity_"/>
|
||||
<activity
|
||||
@@ -86,6 +82,7 @@
|
||||
android:windowSoftInputMode="adjustResize"/>
|
||||
<activity android:name=".ui.user.WebActivity_"/>
|
||||
<activity android:name=".ui.build.BuildActivity_"/>
|
||||
<activity android:name=".ui.log.LogActivity_"/>
|
||||
<activity android:name=".ui.doc.DocumentationActivity_"/>
|
||||
<activity android:name=".ui.shortcut.ShortcutIconSelectActivity_"/>
|
||||
<activity
|
||||
@@ -100,31 +97,28 @@
|
||||
android:name="com.stardust.autojs.core.image.ScreenCaptureRequestActivity"
|
||||
android:taskAffinity="com.stardust.autojs.runtime.api.image.ScreenCaptureRequestActivity"
|
||||
android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
|
||||
|
||||
<activity
|
||||
android:name=".ui.error.IssueReporterActivity"
|
||||
android:theme="@style/IssueReporterTheme"/>
|
||||
|
||||
|
||||
<service android:name="com.stardust.scriptdroid.external.ScriptExecutionIntentService"/>
|
||||
<service android:name=".external.ScriptExecutionIntentService"/>
|
||||
|
||||
<activity android:name=".external.tasker.TaskPrefEditActivity_"/>
|
||||
|
||||
<activity-alias
|
||||
android:name="com.stardust.scriptdroid.external.tasker.PluginActivity"
|
||||
android:name=".external.tasker.PluginActivity"
|
||||
android:exported="true"
|
||||
android:icon="@drawable/ic_android_eat_js"
|
||||
android:label="@string/_app_name"
|
||||
android:targetActivity="com.stardust.scriptdroid.external.tasker.TaskPrefEditActivity_"
|
||||
android:targetActivity=".external.tasker.TaskPrefEditActivity_"
|
||||
tools:ignore="ExportedActivity">
|
||||
<intent-filter>
|
||||
<action android:name="com.twofortyfouram.locale.intent.action.EDIT_SETTING"/>
|
||||
</intent-filter>
|
||||
</activity-alias>
|
||||
|
||||
|
||||
<receiver
|
||||
android:name="com.stardust.scriptdroid.external.tasker.FireSettingReceiver"
|
||||
android:name=".external.tasker.FireSettingReceiver"
|
||||
android:exported="true"
|
||||
android:process=":background"
|
||||
tools:ignore="ExportedReceiver">
|
||||
@@ -135,12 +129,10 @@
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
|
||||
<activity
|
||||
android:name=".external.open.EditIntentActivity"
|
||||
android:icon="@drawable/autojs_logo"
|
||||
android:label="@string/text_edit_script">
|
||||
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW"/>
|
||||
<action android:name="android.intent.action.EDIT"/>
|
||||
@@ -153,9 +145,7 @@
|
||||
<data android:mimeType="application/x-javascript"/>
|
||||
<data android:mimeType="text/plain"/>
|
||||
</intent-filter>
|
||||
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
android:name=".external.open.RunIntentActivity"
|
||||
android:icon="@drawable/autojs_logo"
|
||||
@@ -174,16 +164,12 @@
|
||||
<data android:mimeType="application/x-javascript"/>
|
||||
<data android:mimeType="text/plain"/>
|
||||
</intent-filter>
|
||||
|
||||
</activity>
|
||||
|
||||
|
||||
<activity
|
||||
android:name=".external.open.ImportIntentActivity"
|
||||
android:icon="@drawable/autojs_logo"
|
||||
android:label="@string/text_import_script"
|
||||
android:theme="@style/AppTheme.Transparent">
|
||||
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW"/>
|
||||
<action android:name="android.intent.action.EDIT"/>
|
||||
@@ -191,7 +177,6 @@
|
||||
<category android:name="android.intent.category.DEFAULT"/>
|
||||
<category android:name="android.intent.category.BROWSABLE"/>
|
||||
|
||||
|
||||
<data android:scheme="file"/>
|
||||
<data android:scheme="content"/>
|
||||
<data android:mimeType="application/x-javascript"/>
|
||||
@@ -200,18 +185,17 @@
|
||||
</activity>
|
||||
|
||||
<service
|
||||
android:name="com.stardust.scriptdroid.accessibility.AccessibilityService"
|
||||
android:name=".accessibility.AccessibilityService"
|
||||
android:label="@string/_app_name"
|
||||
android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE">
|
||||
<intent-filter>
|
||||
<action android:name="android.accessibilityservice.AccessibilityService"/>
|
||||
</intent-filter>
|
||||
|
||||
<meta-data
|
||||
android:name="android.accessibilityservice"
|
||||
android:resource="@xml/accessibility_service_config"/>
|
||||
|
||||
</service>
|
||||
|
||||
<service
|
||||
android:name="com.stardust.notification.NotificationListenerService"
|
||||
android:label="@string/_app_name"
|
||||
@@ -225,6 +209,7 @@
|
||||
<intent-filter>
|
||||
<action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
|
||||
</intent-filter>
|
||||
|
||||
<meta-data
|
||||
android:name="android.appwidget.provider"
|
||||
android:resource="@xml/script_widget_config"/>
|
||||
@@ -234,10 +219,10 @@
|
||||
<service
|
||||
android:name="com.qq.e.comm.DownloadService"
|
||||
android:exported="false"/>
|
||||
|
||||
<activity
|
||||
android:name="com.qq.e.ads.ADActivity"
|
||||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"/>
|
||||
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user