Skip to content

Commit

Permalink
lawndesk 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
j67678 committed Mar 10, 2020
1 parent 27a2845 commit d95a7fb
Show file tree
Hide file tree
Showing 379 changed files with 8,947 additions and 18,472 deletions.
229 changes: 10 additions & 219 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions AndroidManifest-common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,28 @@
android:restoreAnyVersion="true"
android:supportsRtl="true" >

<activity
android:name="ch.deletescape.lawnchair.LawnchairLauncher"
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"/>
<category android:name="android.intent.category.LAUNCHER_APP"/>
</intent-filter>
</activity>

<!-- Intent received used to install shortcuts from other applications -->
<receiver
android:name="com.android.launcher3.InstallShortcutReceiver"
Expand Down
23 changes: 1 addition & 22 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
android:fullBackupContent="@xml/backupscheme"
android:hardwareAccelerated="true"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:label="@string/derived_app_name"
android:theme="@style/AppTheme"
android:largeHeap="@bool/config_largeHeap"
Expand All @@ -66,28 +67,6 @@
Main launcher activity. When extending only change the name, and keep all the
attributes and intent filters the same
-->
<activity
android:name="ch.deletescape.lawnchair.LawnchairLauncher"
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"/>
<category android:name="android.intent.category.LAUNCHER_APP"/>
</intent-filter>
</activity>

<!--
The settings activity. When extending keep the intent filter present
-->
Expand Down
40 changes: 40 additions & 0 deletions assets/chinapot/健康
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
com.ddsy.songyao
com.youxiang.soyoungapp
com.huawei.health
com.yaya.mmbang
im.xingzhe
com.shuidihuzhu.aixinchou
com.lingan.seeyou
com.imohoo.shanpao
com.sythealth.fitness
com.sec.android.app.shealth
com.xiaomi.hm.health
com.pingan.papd
com.chenai.ieyes
comm.cchong.BloodAssistant
dianyun.baobaowd
com.yoloho.dayima
com.xikang.android.slimcoach
com.ikang.official
com.haodf.android
com.seblong.idream
com.huawei.bone
com.health.fatfighter
cn.ledongli.ldl
com.dailyyoga.cn
com.boohee.one
com.gotokeep.keep
com.codoon.gps
com.mandian.android.dongdong
com.wbitech.medicine
com.yuedong.sport
co.runner.app
com.greenline.guahao
protect.eye
me.chunyu.ChunyuDoctor
com.ihaozhuo.youjiankang
com.wakeyoga.wakeyoga
com.qingsongchou.social
cn.funtalk.miao
com.yiwang
com.threegene.yeemiao
Loading

0 comments on commit d95a7fb

Please sign in to comment.