parent
40de9afda0
commit
c3b116eb8c
@ -0,0 +1,26 @@ |
|||||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||||
|
<!-- System packages to preinstall on Pixel 2017-and-newer devices, per user type. |
||||||
|
Documentation at frameworks/base/data/etc/preinstalled-packages-platform.xml |
||||||
|
--> |
||||||
|
<config> |
||||||
|
<install-in-user-type package="com.android.wallpaper.livepicker"> |
||||||
|
<install-in user-type="FULL" /> |
||||||
|
</install-in-user-type> |
||||||
|
<install-in-user-type package="com.google.android.apps.nexuslauncher"> |
||||||
|
<!-- Unfortunately some things (eg recents) look specifically for launcher in user 0 --> |
||||||
|
<install-in user-type="SYSTEM" /> |
||||||
|
<install-in user-type="FULL" /> |
||||||
|
</install-in-user-type> |
||||||
|
<install-in-user-type package="com.google.android.apps.wallpaper"> |
||||||
|
<install-in user-type="FULL" /> |
||||||
|
</install-in-user-type> |
||||||
|
<install-in-user-type package="com.google.android.apps.wallpaper.nexus"> |
||||||
|
<install-in user-type="FULL" /> |
||||||
|
</install-in-user-type> |
||||||
|
<install-in-user-type package="com.google.android.calculator"> |
||||||
|
<install-in user-type="FULL" /> |
||||||
|
</install-in-user-type> |
||||||
|
<install-in-user-type package="com.google.android.deskclock"> |
||||||
|
<install-in user-type="FULL" /> |
||||||
|
</install-in-user-type> |
||||||
|
</config> |
Loading…
Reference in new issue