update:2021.03.15

fix:修改首页图标位置
add:在桌面隐藏自己的图标和搜索
This commit is contained in:
2021-03-15 14:58:02 +08:00
parent 45b1bfaf6f
commit 23e93b0e31
8 changed files with 373 additions and 352 deletions

View File

@@ -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"