管控功能移植
This commit is contained in:
@@ -25,17 +25,16 @@
|
||||
<uses-permission android:name="android.permission.WRITE_SETTINGS" />
|
||||
|
||||
<application
|
||||
android:name="com.mjsheng.myappstore.base.MyApplication"
|
||||
android:name=".MyApplication"
|
||||
android:allowBackup="true"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:roundIcon="@mipmap/ic_launcher"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/AppTheme">
|
||||
<activity android:name="com.mjsheng.myappstore.activity.AboutActivity"></activity>
|
||||
|
||||
<activity
|
||||
android:name="com.mjsheng.myappstore.MainActivity"
|
||||
android:configChanges="orientation|keyboardHidden|screenSize"
|
||||
android:name="com.mjsheng.myappstore.activity.MainActivity"
|
||||
android:excludeFromRecents="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
@@ -43,26 +42,7 @@
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity
|
||||
android:name="com.mjsheng.myappstore.activity.AppStoreActivity"
|
||||
android:configChanges="orientation|keyboardHidden|screenSize"
|
||||
android:excludeFromRecents="true" />
|
||||
<activity
|
||||
android:name="com.mjsheng.myappstore.activity.SubjectMoreActivity"
|
||||
android:excludeFromRecents="true" />
|
||||
<activity
|
||||
android:name="com.mjsheng.myappstore.activity.DownloadActivity"
|
||||
android:excludeFromRecents="true" />
|
||||
<activity
|
||||
android:name="com.mjsheng.myappstore.activity.SearchActivity"
|
||||
android:configChanges="orientation|keyboardHidden|screenSize"
|
||||
android:excludeFromRecents="true" />
|
||||
<activity
|
||||
android:name="com.mjsheng.myappstore.dialog.AppDetailDialog"
|
||||
android:configChanges="orientation|keyboardHidden|screenSize"
|
||||
android:resizeableActivity="false"
|
||||
android:theme="@style/MyDialogStyleBottom"
|
||||
android:windowSoftInputMode="stateAlwaysHidden|adjustPan" />
|
||||
|
||||
|
||||
<service android:name="com.mjsheng.myappstore.server.MyDownloadService" />
|
||||
|
||||
@@ -176,19 +156,6 @@
|
||||
<meta-data
|
||||
android:name="JPUSH_APPKEY"
|
||||
android:value="20f70bbeb78bad23eddd08d0" /> <!-- ##############################极光推送end############################## -->
|
||||
<receiver
|
||||
android:name="com.android.server.MasterClearReceiver"
|
||||
android:permission="android.permission.MASTER_CLEAR"
|
||||
android:priority="100">
|
||||
<intent-filter>
|
||||
|
||||
<!-- For Checkin, Settings, etc.: action=MASTER_CLEAR -->
|
||||
<action android:name="android.intent.action.MASTER_CLEAR" />
|
||||
|
||||
<!-- MCS always uses REMOTE_INTENT: category=MASTER_CLEAR -->
|
||||
<category android:name="android.intent.category.MASTER_CLEAR_NOTIFICATION" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
<service android:name="com.mjsheng.myappstore.server.GuardService" />
|
||||
<service android:name="com.mjsheng.myappstore.server.StepService" />
|
||||
|
||||
Reference in New Issue
Block a user