Skip to content

Commit

Permalink
m7spr: move Telephony overlay to device
Browse files Browse the repository at this point in the history
These overlay settings are applicable to m7spr only, and several should
be applied to more spns than 310120. Move them out of common and into
the correct overlay structure here.

config_apn_expand was removed because it is already true by default.

Change-Id: I747bd67be0e270c08433575c695c882a1895606a
  • Loading branch information
mdmower committed Jul 14, 2014
1 parent 5906042 commit 9942ace
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
3 changes: 3 additions & 0 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@
# call the proprietary setup
$(call inherit-product-if-exists, vendor/htc/m7spr/m7spr-vendor.mk)

# local overlays
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay

# Inherit from m7-common
$(call inherit-product, device/htc/m7-common/m7-common.mk)
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->

<resources>
<!-- Sprint Message Wait Indicator Quirk -->
<bool name="sprint_mwi_quirk">true</bool>
</resources>
23 changes: 23 additions & 0 deletions overlay/packages/services/Telephony/res/values/config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->

<resources>
<!-- Flag indicating if the phone is a world phone -->
<bool name="world_phone">true</bool>

<!-- Show cdma auto network mode in (global) roaming -->
<bool name="config_show_cdma" translatable="false">true</bool>
</resources>

0 comments on commit 9942ace

Please sign in to comment.