Shuo Qian
56d3af6680
Merge "ECBM SystemProperty cleanup" am: 4718606368 am: 40cde7b71f
...
am: 36611a0958
Change-Id: Ib68a4e3b34ad4d76e4b254350b523eaa424b30f9
2017-04-12 21:11:58 +00:00
Shuo Qian
4718606368
Merge "ECBM SystemProperty cleanup"
2017-04-12 20:52:20 +00:00
Brad Ebinger
442d7645a2
Merge "Move @SystemApi access to ImsService" into oc-dev
...
am: 509a311976
Change-Id: I98a548a4a7f2df635d8132a93948ece3fb70be0a
2017-04-11 23:20:16 +00:00
Brad Ebinger
509a311976
Merge "Move @SystemApi access to ImsService" into oc-dev
2017-04-11 23:12:11 +00:00
shuoq
d199113e97
ECBM SystemProperty cleanup
...
- Add getEmergencyCallbackMode() method in the TelephonyManager.java
to get the boolean value for ECBM callback mode from the phone through
ITelephony.aidl/java interface
- Use the added TelephonyManager Api to replace the 'get' of
PROPERTY_INECM_MODE system property in the framework/base
Test: manual
Bug: 30361624
Change-Id: I355d69820b157f23e077a95a13f8509ee0fa5874
2017-04-11 14:59:29 -07:00
Amit Mahajan
ef23fff630
Merge "Add p2 option in openLogicalChannel." am: f954f2d5cc am: 7c6fa75512
...
am: 9c113787a4
Change-Id: Iad26507830edceb39433766d7b6e3f0bb708c0e2
2017-04-11 21:50:19 +00:00
Amit Mahajan
f954f2d5cc
Merge "Add p2 option in openLogicalChannel."
2017-04-11 21:25:43 +00:00
Nathan Harold
4e745fd4e9
Merge "Deprecate TelephonyManager.getCellLocation()" into oc-dev
2017-04-11 20:58:34 +00:00
Jack Yu
0dc7e95b2c
Merge "Deprecated ACTION_PRECISE_DATA_CONNECTION_STATE_CHANGED" into oc-dev
...
am: 4011fff255
Change-Id: Ia233a19c30a880ea5631ae37ba0d91d91f49abfa
2017-04-11 19:21:19 +00:00
Nathan Harold
33dd867f86
Deprecate TelephonyManager.getCellLocation()
...
This API has been long-marked for deprecation. It has numerous problems:
-It does not support LTE
-It returns a limited subset of information
-It uses old (and poorly-chosen) sentinel values for fields that are
not provided.
Bug: 36076138
Test: compilation
Change-Id: I87004710e5d046d4534ad3a0a938540440b0e83b
(cherry picked from commit c12d6c5983a11ca989a85dd553d11c3583ff7aaf)
2017-04-10 18:04:39 -07:00
nharold
f72fd56b06
Merge "Deprecate TelephonyManager.getCellLocation()" am: bc0f610b25 am: a51173943a
...
am: 599a4c7326
Change-Id: I243647791bc08dbc2653d6d51af07a41c8ba3f97
2017-04-10 23:31:06 +00:00
Jack Yu
9f63ac3536
Deprecated ACTION_PRECISE_DATA_CONNECTION_STATE_CHANGED
...
This broadcast intent will no longer work for the apps
running in the background. Apps should use Connectivity
Manager to listen for network changes.
Test: Telephony sanity tests
bug: 37156634
Change-Id: I5297cc5a624857d3e11a6d5fdf9369ab99ce88d4
2017-04-10 16:23:32 -07:00
Ying Xu
98852767b3
Merge "Add a carrier option to hide the option of "Enhanced 4G LTE Mode"" into oc-dev
2017-04-07 18:47:58 +00:00
Nathan Harold
c12d6c5983
Deprecate TelephonyManager.getCellLocation()
...
This API has been long-marked for deprecation. It has numerous problems:
-It does not support LTE
-It returns a limited subset of information
-It uses old (and poorly-chosen) sentinel values for fields that are
not provided.
Bug: 36076138
Test: compilation
Change-Id: I87004710e5d046d4534ad3a0a938540440b0e83b
2017-04-07 11:31:41 -07:00
Chen Xu
6fd0d2b37f
Merge "remove deprecated API sendDialerCode" into oc-dev
...
am: 31fcda576f
Change-Id: Ia1ca68529e16deaa990d07b651592a9a80806531
2017-04-07 16:03:02 +00:00
Chen Xu
31fcda576f
Merge "remove deprecated API sendDialerCode" into oc-dev
2017-04-07 15:53:11 +00:00
Brad Ebinger
7bb8587133
Move @SystemApi access to ImsService
...
Keeping a separate ImsServiceBase class for binding
is redundant. Moving @SystemApi access to ImsService
instead.
Test: Compile and Run
Change-Id: I95ed659efe1c74ccac321d1a9079f7c1b683c66b
2017-04-06 16:29:56 -07:00
Junda Liu
b99d392425
Merge "Add KEY_ENABLE_APPS_STRING_ARRAY carrier config key." am: ded8a6b7f6 am: c86e5802c6
...
am: efb72ba71c
Change-Id: Ib678a10ef5d4792581c40d8ac15a183604d35ba2
2017-04-06 18:39:43 +00:00
Junda Liu
ded8a6b7f6
Merge "Add KEY_ENABLE_APPS_STRING_ARRAY carrier config key."
2017-04-06 18:17:41 +00:00
Hall Liu
5d810f47da
Merge "Query geo description in worker thread to prevent ANR" am: eb7c287c71 am: 53d241411a
...
am: b0e36dec89
Change-Id: Idf51f20246e2bd91dcc0b65ec2102b788d9e10fe
2017-04-05 19:43:39 +00:00
Hall Liu
eb7c287c71
Merge "Query geo description in worker thread to prevent ANR"
2017-04-05 19:23:32 +00:00
Chen Xu
7abbc20610
Merge "move ACTION_SERVICE_STATE to system api" into oc-dev
...
am: 5effb5f645
Change-Id: I5b61b20b646a9bfae4e0f89c70f7af71f626c740
2017-04-04 23:49:02 +00:00
Ajay Nambi
eca5ebb075
Add p2 option in openLogicalChannel.
...
- Add support for iccOpenLogicalChannelWithP2.
- Needed to support OMAPI 3.0 defined
by SIM Alliance.
- Deprecate iccOpenLogicalChannel(String) API and
pass down an invalid p2 value to keep original behavior
Bug: 27360148
Change-Id: I2ab6cfb7a54c451f32936df51b8298f35a6dc67f
2017-04-04 22:08:02 +00:00
Hall Liu
85313f8c35
Merge "IMS: RTT interface changes" am: 814fdf9312 am: bc56b97770
...
am: 7d1712e5b9
Change-Id: Ia5c6a16a69c71cfd96479e8df403669d5aaff6f9
2017-04-04 21:37:53 +00:00
fionaxu
90fee27577
move ACTION_SERVICE_STATE to system api
...
As per CDD: The "android.*" namespace for intent constants is reserved
for public
Android API in AOSP. (Whether public to the full SDK, @SystemApi or
defined in AOSP support libraries.)
ACTION_SERVICE_STATE intent is generally useful for system/oem
apps thus move to system api
Bug: 33679956
Test: Manual
Change-Id: Ie38b53f077e8a013351d35387f9133e0ebb26cc9
2017-04-04 14:26:40 -07:00
Hall Liu
814fdf9312
Merge "IMS: RTT interface changes"
2017-04-04 21:21:17 +00:00
Sanket Padawe
edf3bae41e
Merge commit 'b73a3bd336edc8fa22ba61fb24a17036cbefce76' into manual_merge_b73a3bd336ed
...
Change-Id: I5c5daf994092fba7ef6ff4a2987344f0503d9dfe
2017-04-04 10:53:19 -07:00
Sanket Padawe
c29fff5032
Merge "Make some intents public in SubscriptionManager."
...
am: 35e9a94dee
Change-Id: Ic9812badf9368b1398110e446956641d27e6e2ff
2017-04-04 16:59:13 +00:00
Treehugger Robot
35e9a94dee
Merge "Make some intents public in SubscriptionManager."
2017-04-04 16:48:33 +00:00
Sanket Padawe
e4f5f79c65
Make some intents public in SubscriptionManager.
...
+ As per https://docs.google.com/document/d/1K8C7Ly8YVu032FQlwEdkv3ovcTYQCTvy0PaMax5PmZI/edit#heading=h.g6rt8vhyfjj1
Bug: 36572866
Test: Builds successfully.
Change-Id: Ibb1d1faae9a002ccb530446e24897955c12076e1
Merged-in: Ibb1d1faae9a002ccb530446e24897955c12076e1
2017-04-03 15:53:05 -07:00
Pankaj Kanwar
a3c05485db
Merge "Address API concerns for isConcurrentVoiceAndDataAllowed and OnReceiveUssdResponseCallback." into oc-dev
...
am: 37bbb789af
Change-Id: I5181ea040e2406c9b7bc2bb8c16f2b1a8d35946e
2017-04-03 22:41:17 +00:00
Pankaj Kanwar
37bbb789af
Merge "Address API concerns for isConcurrentVoiceAndDataAllowed and OnReceiveUssdResponseCallback." into oc-dev
2017-04-03 22:36:03 +00:00
yinxu
2c7ea1bbe5
Add a carrier option to hide the option of "Enhanced 4G LTE Mode"
...
The option "Enhanced 4G LTE Mode" currently may be hidden according to
the VoLTE state of the plateform and device. With this new option we can
choose to hide the "Enhanced 4G LTE Mode" irrespective of VoLTE state.
Bug: 36220377
Test: manual
Change-Id: I516ad050e623a368f2c2ef3d81650eb20c20fd5b
(cherry picked from commit 0bf350c9c9199b78c611cfca62ffef3ad1ea0564)
2017-04-03 15:25:43 -07:00
Sanket Padawe
a374081697
Merge "Make some intents public in SubscriptionManager." into oc-dev
...
am: 9077faab1f
Change-Id: I5cfb95fd6965c58adfb86e4a607123b648d10b24
2017-04-03 22:16:54 +00:00
Sanket Padawe
9077faab1f
Merge "Make some intents public in SubscriptionManager." into oc-dev
2017-04-03 22:10:29 +00:00
pkanwar
95941f7c97
Address API concerns for isConcurrentVoiceAndDataAllowed and
...
OnReceiveUssdResponseCallback.
Bug: 35766890
Test: Existing tests.
Change-Id: I1ddbdadafa2611edb0ecfce53d5cf32434e5236c
(cherry picked from commit 89731a8389c9726172989f1677b76cc0f6a96f4f)
2017-04-03 19:39:42 +00:00
Chad Brubaker
a8c068f723
Merge "Rename READ_PHONE_NUMBER to READ_PHONE_NUMBERS" into oc-dev
...
am: e35d50622c
Change-Id: Ibe29b902356c271e4ca33da87ed908d427dfb46d
2017-04-03 18:13:27 +00:00
Sanket Padawe
2c1a49f933
Make some intents public in SubscriptionManager.
...
+ As per https://docs.google.com/document/d/1K8C7Ly8YVu032FQlwEdkv3ovcTYQCTvy0PaMax5PmZI/edit#heading=h.g6rt8vhyfjj1
Bug: 36572866
Test: Builds successfully.
Change-Id: Ibb1d1faae9a002ccb530446e24897955c12076e1
2017-04-03 10:13:12 -07:00
Junda Liu
8531328fc8
Add KEY_ENABLE_APPS_STRING_ARRAY carrier config key.
...
Value includes which apps need to be enabled for current carrier.
Bug: b/35924008
Test: make and manual
Change-Id: Icb089d4641610b0618a8717fa3fed8d3770d5f52
2017-03-31 11:24:46 -07:00
Chad Brubaker
0c1651f289
Rename READ_PHONE_NUMBER to READ_PHONE_NUMBERS
...
Bug: 35853790
Test: make -j128 checkbuild
Test: cts-tradefed run commandAndExit cts-dev -m CtsPermission2TestCases
Change-Id: I11d374cbbb6c2deaf74ac784ff995bd182fe9157
2017-03-31 11:20:02 -07:00
Tyler Gunn
1b2bb38297
Merge "Add carrier config to hide merge button for IMS conference" am: 78b3cbe4e0 am: ec22b62a3a
...
am: 611d2fb148
Change-Id: Ie4a0b463905ac05527dc54ad8a47c3058994b212
2017-03-31 15:26:39 +00:00
Tyler Gunn
ec22b62a3a
Merge "Add carrier config to hide merge button for IMS conference"
...
am: 78b3cbe4e0
Change-Id: I8dbfda0871dd06cf446fa42debba955e18b4bf0f
2017-03-31 15:12:37 +00:00
Tyler Gunn
78b3cbe4e0
Merge "Add carrier config to hide merge button for IMS conference"
2017-03-31 15:05:37 +00:00
Sanket Padawe
fa9e00bde5
Merge "Disable voice call barring notification for Verizon."
...
am: e0f0f6ca4b
Change-Id: Ia30a4e2dd76b5fcaced93ccbe16720c4ef808d2c
2017-03-31 00:23:28 +00:00
fionaxu
cf828f2e11
remove deprecated API sendDialerCode
...
Bug: 35767402
Test: run cts -m CtsPermissionTestCases -t
android.permission.cts.TelephonyManagerPermissionTest
Change-Id: I738cb5680e598ff84ad09f9c2d1cb18b01ad7d06
2017-03-31 00:18:03 +00:00
Sanket Padawe
e0f0f6ca4b
Merge "Disable voice call barring notification for Verizon."
2017-03-31 00:01:31 +00:00
Sanket Padawe
25e4f1cb37
Disable voice call barring notification for Verizon.
...
Test: Manual
Bug: 31490566
Change-Id: I2cb9f9b08f54faa276ddef9df36725aa76337746
Merged-in: I2cb9f9b08f54faa276ddef9df36725aa76337746
2017-03-30 22:12:36 +00:00
Sanket Padawe
692ed97d87
Merge "Disable voice call barring notification for Verizon." into oc-dev
...
am: d1d3cdcd4f
Change-Id: I416b9ecd1176db89d6abf11e952b037e57d3429d
2017-03-30 20:57:51 +00:00
Sanket Padawe
d1d3cdcd4f
Merge "Disable voice call barring notification for Verizon." into oc-dev
2017-03-30 20:52:22 +00:00
Sanket Padawe
db688bbad7
Disable voice call barring notification for Verizon.
...
Test: Manual
Bug: 31490566
Change-Id: I2cb9f9b08f54faa276ddef9df36725aa76337746
2017-03-30 11:23:49 -07:00