mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 19:15:58 +00:00
Refactor code of API
Rename Automation API to API Add API section to READMEs
This commit is contained in:
@@ -52,17 +52,6 @@
|
||||
android:windowSoftInputMode="adjustResize|stateHidden"
|
||||
android:theme="@style/Theme.Transparent">
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".AutomationActivity"
|
||||
android:exported="true"
|
||||
android:launchMode="singleInstance"
|
||||
android:excludeFromRecents="true"
|
||||
android:windowSoftInputMode="adjustResize|stateHidden"
|
||||
android:theme="@style/Theme.Transparent">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".InstallAppActivity"
|
||||
android:exported="true"
|
||||
@@ -107,10 +96,14 @@
|
||||
android:description="@string/app_name">
|
||||
</receiver>
|
||||
<receiver
|
||||
android:name=".AutomationReceiver"
|
||||
android:exported="true">
|
||||
android:name=".ApiReceiver"
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN"/>
|
||||
<action android:name="com.bintianqi.owndroid.action.HIDE"/>
|
||||
<action android:name="com.bintianqi.owndroid.action.UNHIDE"/>
|
||||
<action android:name="com.bintianqi.owndroid.action.SUSPEND"/>
|
||||
<action android:name="com.bintianqi.owndroid.action.UNSUSPEND"/>
|
||||
<action android:name="com.bintianqi.owndroid.action.LOCK"/>
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<provider
|
||||
|
||||
Reference in New Issue
Block a user