Skip to content

Commit

Permalink
config: Disable components at build time
Browse files Browse the repository at this point in the history
Change-Id: Ic80fa8edec070aa6959a2252f776402ebb4b2499
Signed-off-by: Evan Anderson <[email protected]>
  • Loading branch information
evan-a-a committed Nov 14, 2014
1 parent 33d3e74 commit 8a46369
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions overlay/common/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,15 @@
</string-array>

<bool name="config_cellBroadcastAppLinks">true</bool>

<!-- Disable stock OTA components if installed -->
<string-array name="config_disabledComponents" translatable="false">
<item>com.google.android.gsf/com.google.android.gsf.update.SystemUpdateActivity</item>
<item>com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService</item>
<item>com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService$Receiver</item>
<item>com.google.android.gms/com.google.android.gms.update.SystemUpdateActivity</item>
<item>com.google.android.gms/com.google.android.gms.update.SystemUpdateService</item>
<item>com.google.android.gms/com.google.android.gms.update.SystemUpdateService$Receiver</item>
<item>com.google.android.gms/com.google.android.gms.update.SystemUpdateService$ActiveReceiver</item>
</string-array>
</resources>

0 comments on commit 8a46369

Please sign in to comment.