pa: overlay: Forcefully disable Now Playing components.
Change-Id: I269d7490b55762b2c982d9cedfe9f5e4269c2ce7
This commit is contained in:
parent
f60c31904e
commit
8d3888dd17
|
@ -20,6 +20,11 @@
|
|||
|
||||
<!-- Disable stock OTA components if installed -->
|
||||
<string-array name="config_globallyDisabledComponents" translatable="false">
|
||||
<item>com.google.android.as/com.google.intelligence.sense.ambientmusic.history.HistoryContentProvider</item>
|
||||
<item>com.google.android.as/com.google.intelligence.sense.ambientmusic.history.HistoryActivity</item>
|
||||
<item>com.google.android.as/com.google.intelligence.sense.ambientmusic.AmbientMusicSettingsActivity</item>
|
||||
<item>com.google.android.as/com.google.intelligence.sense.ambientmusic.AmbientMusicNotificationsSettingsActivity</item>
|
||||
<item>com.google.android.as/com.google.intelligence.sense.ambientmusic.AmbientMusicSetupWizardActivity</item>
|
||||
<item>com.google.android.gsf/com.google.android.gsf.update.SystemUpdateActivity</item>
|
||||
<item>com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService$Receiver</item>
|
||||
<item>com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService$SecretCodeReceiver</item>
|
||||
|
|
Loading…
Reference in New Issue