mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 02:38:20 +00:00
> Moving any icon cache access to background thread > Updating Apps list to avoid loading icons for ignored apps Bug: 21325319 Change-Id: Id72755100f1176ccfcc99249c5e02873cc249a13
28 lines
1.2 KiB
Plaintext
28 lines
1.2 KiB
Plaintext
# Model data used by CacheDataUpdatedTaskTest
|
|
|
|
classMap s com.android.launcher3.ShortcutInfo
|
|
|
|
# Items for the BgDataModel
|
|
|
|
# App shortcuts
|
|
bgItem s itemType=0 title=app1-class1 intent=component=app1/class1 id=1
|
|
bgItem s itemType=0 title=app1-class2 intent=component=app1/class2 id=2
|
|
bgItem s itemType=0 title=app2-class1 intent=component=app2/class1 id=3
|
|
bgItem s itemType=0 title=app2-class2 intent=component=app2/class2 id=4
|
|
|
|
# Auto install app shortcut
|
|
bgItem s itemType=0 status=2 title=app3-class1 intent=component=app3/class1 id=5
|
|
bgItem s itemType=0 status=2 title=app3-class2 intent=component=app3/class2 id=6
|
|
|
|
# Custom shortcuts
|
|
bgItem s itemType=1 title=app1-shrt intent=component=app1/class3 id=7
|
|
bgItem s itemType=1 title=app4-shrt intent=component=app4/class1 id=8
|
|
|
|
# Restored custom shortcut
|
|
bgItem s itemType=1 status=1 title=app3-shrt intent=component=app3/class3 id=9
|
|
bgItem s itemType=1 status=1 title=app5-shrt intent=component=app5/class1 id=10
|
|
|
|
allApps componentName=app1/class1 intent=component=app1/class1
|
|
allApps componentName=app1/class2 intent=component=app1/class2
|
|
allApps componentName=app2/class1 intent=component=app2/class1
|
|
allApps componentName=app2/class2 intent=component=app2/class2 |