Skip to content

Commit

Permalink
addons: Update sysconfig for preinstalled apps
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav Vashi <[email protected]>
  • Loading branch information
neobuddy89 committed Sep 21, 2024
1 parent bad7272 commit b7a6183
Showing 1 changed file with 34 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,7 @@
</install-in-user-type>

<!-- Messages (PrebuiltBugle) -->
<!-- mesaging running on any user uses SYSTEM user's messaging instance to process messages. -->
<install-in-user-type package="com.google.android.apps.messaging">
<install-in user-type="SYSTEM" />
<install-in user-type="FULL" />
<install-in user-type="PROFILE" />
<do-not-install-in user-type="android.os.usertype.profile.CLONE" />
Expand Down Expand Up @@ -187,4 +185,38 @@
<install-in user-type="PROFILE" />
<do-not-install-in user-type="android.os.usertype.profile.PRIVATE" />
</install-in-user-type>


<!-- AI Labs Warp app. Loaded from hardware/google/pixel/common/pixel-common-device.mk -->
<install-in-user-type package="com.google.android.apps.warp">
<install-in user-type="FULL" />
<install-in user-type="PROFILE" />
<do-not-install-in user-type="android.os.usertype.profile.CLONE" />
<do-not-install-in user-type="android.os.usertype.profile.PRIVATE" />
</install-in-user-type>

<!-- Google Home app -->
<install-in-user-type package="com.google.android.apps.chromecast.app">
<install-in user-type="FULL" />
<install-in user-type="PROFILE" />
<do-not-install-in user-type="android.os.usertype.profile.PRIVATE" />
<do-not-install-in user-type="android.os.usertype.profile.CLONE" />
</install-in-user-type>


<!-- BetterBug external app -->
<install-in-user-type package="com.google.android.apps.betterbug">
<install-in user-type="FULL" />
<install-in user-type="PROFILE" />
<do-not-install-in user-type="android.os.usertype.profile.PRIVATE" />
<do-not-install-in user-type="android.os.usertype.profile.CLONE" />
</install-in-user-type>

<!-- Weather app -->
<install-in-user-type package="com.google.android.apps.weather">
<install-in user-type="FULL" />
<install-in user-type="PROFILE" />
<do-not-install-in user-type="android.os.usertype.profile.PRIVATE" />
<do-not-install-in user-type="android.os.usertype.profile.CLONE" />
</install-in-user-type>
</config>

0 comments on commit b7a6183

Please sign in to comment.