|
@@ -40,89 +40,23 @@
|
|
|
android:name="design_height_in_dp"
|
|
|
android:value="667" />
|
|
|
|
|
|
- <activity
|
|
|
- android:name="com.quansu.heifengwuliu.activity.MainActivity"
|
|
|
- android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize"
|
|
|
- android:launchMode="singleInstance"
|
|
|
- android:theme="@style/AppTheme.Translucent.NoActionBar" >
|
|
|
-
|
|
|
- <!-- <intent-filter >-->
|
|
|
- <!-- <action android:name="android.intent.action.SEARCH" />-->
|
|
|
-
|
|
|
- <!-- <category android:name="android.intent.category.DEFAULT" />-->
|
|
|
- <!-- </intent-filter >-->
|
|
|
- <!-- <intent-filter >-->
|
|
|
- <!-- <action android:name="android.search.action.GLOBAL_SEARCH" />-->
|
|
|
-
|
|
|
- <!-- <category android:name="android.intent.category.DEFAULT" />-->
|
|
|
- <!-- </intent-filter >-->
|
|
|
- <!-- <intent-filter >-->
|
|
|
- <!-- <action android:name="android.intent.action.PROCESS_TEXT" />-->
|
|
|
-
|
|
|
- <!-- <category android:name="android.intent.category.DEFAULT" />-->
|
|
|
-
|
|
|
- <!-- <data android:mimeType="text/plain" />-->
|
|
|
- <!-- </intent-filter >-->
|
|
|
- <!-- <intent-filter >-->
|
|
|
- <!-- <action android:name="com.orekie.search.SCREEN_SEARCH" />-->
|
|
|
-
|
|
|
- <!-- <category android:name="android.intent.category.DEFAULT" />-->
|
|
|
- <!-- </intent-filter >-->
|
|
|
- <!-- <intent-filter >-->
|
|
|
- <!-- <action android:name="com.orekie.search.FIRST_TAB" />-->
|
|
|
-
|
|
|
- <!-- <category android:name="android.intent.category.DEFAULT" />-->
|
|
|
- <!-- </intent-filter >-->
|
|
|
|
|
|
- <!-- <meta-data-->
|
|
|
- <!-- android:name="com.android.systemui.action_assist_icon"-->
|
|
|
- <!-- android:resource="@drawable/ic_search" />-->
|
|
|
-
|
|
|
- <!-- <intent-filter >-->
|
|
|
- <!-- <action android:name="android.intent.action.ASSIST" />-->
|
|
|
+ <activity android:name="com.quansu.heifengwuliu.activity.SettingsActivity" />
|
|
|
|
|
|
- <!-- <category android:name="android.intent.category.DEFAULT" />-->
|
|
|
- <!-- </intent-filter >-->
|
|
|
- <!-- <intent-filter >-->
|
|
|
- <!-- <action android:name="android.intent.action.VOICE_COMMAND" />-->
|
|
|
|
|
|
- <!-- <category android:name="android.intent.category.DEFAULT" />-->
|
|
|
- <!-- </intent-filter >-->
|
|
|
- </activity >
|
|
|
+<!-- android:theme="@style/AppTheme.Launcher"
|
|
|
+-->
|
|
|
+ <activity android:name=".activity.HomeActivity"
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/HomeTheme"
|
|
|
+ >
|
|
|
+ <intent-filter>
|
|
|
+ <action android:name="android.intent.action.MAIN" />
|
|
|
+ <category android:name="android.intent.category.LAUNCHER" />
|
|
|
+ </intent-filter>
|
|
|
+ </activity>
|
|
|
|
|
|
- <activity android:name="com.quansu.heifengwuliu.activity.SettingsActivity" />
|
|
|
|
|
|
- <receiver android:name="com.quansu.heifengwuliu.receiver.ActionBroadcastReceiver" />
|
|
|
-
|
|
|
-
|
|
|
- <receiver android:name="com.quansu.heifengwuliu.receiver.WindowViewReceiver" >
|
|
|
- <intent-filter >
|
|
|
- <action android:name="com.ysnows.search_view" />
|
|
|
- <action android:name="com.ysnows.notification_view" />
|
|
|
- </intent-filter >
|
|
|
- </receiver >
|
|
|
- <receiver android:name="com.quansu.heifengwuliu.receiver.FuncReceiver" >
|
|
|
- <intent-filter >
|
|
|
- <action android:name="com.ysnows.torch" />
|
|
|
- <action android:name="com.ysnows.music" />
|
|
|
- </intent-filter >
|
|
|
- </receiver >
|
|
|
-
|
|
|
- <service android:name="com.quansu.heifengwuliu.receiver.ClipBoardListenService" />
|
|
|
- <service
|
|
|
- android:name="com.quansu.heifengwuliu.receiver.AssistantService"
|
|
|
- android:label="@string/accessibility_service_label"
|
|
|
- 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 >
|
|
|
-
|
|
|
- <activity android:name="com.quansu.heifengwuliu.activity.CheckPermissionsActivity" />
|
|
|
<activity android:name="com.quansu.heifengwuliu.activity.TodosActivity" />
|
|
|
|
|
|
<activity android:name="com.quansu.heifengwuliu.activity.LoginActivity" />
|
|
@@ -130,10 +64,10 @@
|
|
|
<activity
|
|
|
android:name="com.quansu.heifengwuliu.activity.PrivateCenterActivity"
|
|
|
android:launchMode="singleTask" >
|
|
|
- <intent-filter >
|
|
|
- <action android:name="android.intent.action.MAIN" />
|
|
|
- <category android:name="android.intent.category.LAUNCHER" />
|
|
|
- </intent-filter >
|
|
|
+<!-- <intent-filter >-->
|
|
|
+<!-- <action android:name="android.intent.action.MAIN" />-->
|
|
|
+<!-- <category android:name="android.intent.category.LAUNCHER" />-->
|
|
|
+<!-- </intent-filter >-->
|
|
|
</activity >
|
|
|
<activity android:name="com.quansu.heifengwuliu.activity.AboutActivity" />
|
|
|
<activity android:name="com.quansu.heifengwuliu.activity.WebViewActivity" />
|
|
@@ -143,4 +77,4 @@
|
|
|
|
|
|
</application >
|
|
|
|
|
|
-</manifest >
|
|
|
+</manifest >
|