update:2021.03.15
fix:修改首页图标位置 add:在桌面隐藏自己的图标和搜索
This commit is contained in:
@@ -181,26 +181,26 @@
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<!-- <activity android:name=".Launcher"-->
|
||||
<!-- android:launchMode="singleTask"-->
|
||||
<!-- android:clearTaskOnLaunch="true"-->
|
||||
<!-- android:stateNotNeeded="true"-->
|
||||
<!-- android:windowSoftInputMode="adjustPan"-->
|
||||
<!-- android:screenOrientation="unspecified"-->
|
||||
<!-- android:configChanges="keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenSize|screenLayout|smallestScreenSize"-->
|
||||
<!-- android:resizeableActivity="true"-->
|
||||
<!-- android:resumeWhilePausing="true"-->
|
||||
<!-- android:taskAffinity=""-->
|
||||
<!-- android:enabled="true">-->
|
||||
<!-- <intent-filter>-->
|
||||
<!-- <action android:name="android.intent.action.MAIN" />-->
|
||||
<!-- <category android:name="android.intent.category.HOME" />-->
|
||||
<!-- <category android:name="android.intent.category.DEFAULT" />-->
|
||||
<!-- <category android:name="android.intent.category.MONKEY"/>-->
|
||||
<!-- <category android:name="android.intent.category.LAUNCHER_APP" />-->
|
||||
<!-- <category android:name="android.intent.category.LAUNCHER" />-->
|
||||
<!-- </intent-filter>-->
|
||||
<!-- </activity>-->
|
||||
<activity android:name=".Launcher"
|
||||
android:launchMode="singleTask"
|
||||
android:clearTaskOnLaunch="true"
|
||||
android:stateNotNeeded="true"
|
||||
android:windowSoftInputMode="adjustPan"
|
||||
android:screenOrientation="unspecified"
|
||||
android:configChanges="keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenSize|screenLayout|smallestScreenSize"
|
||||
android:resizeableActivity="true"
|
||||
android:resumeWhilePausing="true"
|
||||
android:taskAffinity=""
|
||||
android:enabled="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.HOME" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.MONKEY"/>
|
||||
<category android:name="android.intent.category.LAUNCHER_APP" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<provider
|
||||
android:name="com.android.uiuios.testing.TestInformationProvider"
|
||||
|
||||
Reference in New Issue
Block a user