| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This reverts commit 193418074ad85878121776ebf316367ad53d2039.
Change-Id: I52641411da884fa252c40c303537e61ca6e14fc0
|
|
|
|
|
|
| |
Bug: 16416927
Bug: 16494880
Change-Id: I45fbe287c410cbb5e1b985f320b862d732811f43
|
|
|
|
|
|
| |
This reverts commit 3fd217b3f492c95c8550da2a36fffbc6f3a3b724.
Change-Id: Icf32debc07b858c5ae2eb8a7bf4a6e95445a7466
|
|
|
|
| |
Change-Id: I2720b6f8eba707691b9c3f481b6182c98ae3f10b
|
|
|
|
|
|
| |
Superseded by "Enhanced 4G LTE Mode" official setting.
This reverts commit d32e5aa844307221785bfe64b3a1b7ef36958cbd.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+ Added a getVideoCallProvider function in IImsCallSession
+ Added IImsVideoCallProvider aidl. This is used for communication
between Telephony and the ImsService. It is redundant with
IVideoCallProvider on some level, but see associated bug and comments
in the class for more detail.
+ Added IImsVideoCallCallback. This is used for communicationing
callback invocations from ImsService to Telephony. It is redundant
with IVideoCallCallback for same reason in bugs/comments.
+ Some minor formatting changes.
Bug: 16886403
Change-Id: I03de12d4432f837e0930bc077307509b645493e0
|
|
|
|
| |
Change-Id: I2d506a6ddbb4e27a04f57941247924d36c9d279b
|
|
|
|
| |
Change-Id: I66fdbbd175c13261c283627999f37071259f7a6a
|
|
|
|
| |
Change-Id: I6847ba1660df81d8d2ba610e9b27638800f71f77
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Instead of providing ways to override MmsConfig globally, this allows
the override per request, which is safer. Also added subId to the getter
of MessagingConfigurationManager.
b/16681649
Change-Id: Ia5ee391e2fa51fbdf87d111174d8df21f5f5e41f
|
| |
| |
| |
| |
| |
| | |
Code for adding ECBM functionality for IMS.
Change-Id: I2833c81baf0a55a18ac6433c47fd76bad7cf0ec9
|
|/
|
|
|
|
|
|
|
|
| |
If property is 0: IMS VoLTE is disabled.
If property is 1 then IMS is used as normal: i.e. expected to
be provisioned, registered etc.
Action on missing property defined by constant.
Change-Id: Ibdbb21fa7db30a4088b74092dd6256da012cd697
|
|
|
|
|
|
|
|
|
|
|
| |
TelephonyManager.
The new APIs are needed to support SEEK.
Also modifies TelephonyManager.iccOpenLogicalChannel to return the status of
the command.
Change-Id: Iff2674fb0e23210f2579cb883e64571347ade5e6
|
|
|
|
|
|
| |
Also add API to archive a conversation
Change-Id: Ib7daf6e0c3205c3c084406800c9c5bf054e1ca40
|
|
|
|
|
|
|
|
|
| |
- Add helper functions to make it easier to figure out properties of a
particular video state, to make things more convenient.
- Update references and documentation.
Bug: 16629892
Change-Id: I621532e8cab080afd56e5db739b9edbee6261f74
|
|
|
|
|
|
| |
features.
Change-Id: I4e0049d605d9e7d13035c43e2504cdfb67a7a102
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
this API is used by system app, app could communicate with RIL
with it.
Change-Id: I5397c1cf2b108d9dc3a9694b1f071dc60bb5b341
Conflicts:
telephony/java/com/android/internal/telephony/ITelephony.aidl
|
| |
| |
| |
| |
| | |
Change-Id: I014f341b93a9ea7280e04cdfc13418fe81c9fc8b
Signed-off-by: ram <ram.pl@samsung.com>
|
|/
|
|
|
|
|
| |
It will be required by setup wizard to delegate initialization to the carrier
app.
Change-Id: Icc0fc728e1e24235632ac38a482b06a7b829de78
|
|\
| |
| |
| | |
into lmp-dev
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The change allows system apps (holding MODIFY_PHONE_STATE permission) or
carrier apps to override the "carrier branding" on a per ICCID basis. The
override affects the service provider name as well as the network operator
name. The override is also saved as a SharedPreference and will persist for
the iccId across reboots.
Change-Id: I985ba247e10e2501e3d0d21567ccadc46f365879
|
|\ \ |
|
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
Now "always send to voicemail" and missed call notifications respect the
current user's contacts.
Bug 16236656
Change-Id: Iae48b4ac95550970ecae59bdd32c436efef90200
|
|/
|
|
|
|
| |
Bug: 16285417
Bug: 16013178
Change-Id: Ia48959248ca22f4569b0ffd01a1716470aa0a711
|
|
|
|
|
|
| |
b/14095333
Change-Id: I0860b662bceb250601c815028f377c28ad0e3159
|
|\ |
|
| |
| |
| |
| | |
Change-Id: I88be72fce6184beb1ac7542af8ced7917900b593
|
|/
|
|
|
|
|
|
|
|
|
|
|
| |
This CL removes CallServiceProvider. Instead of using a
provider we'll look up ConnectionServices using the package
manager instead.
This CL also removes CallServiceDescriptor. For incoming calls,
connection services will now pass a PhoneAccount instead
of a call descriptor. For outgoing calls we already use
PhoneAccounts for everything.
Change-Id: I2e40c5c64c0d242dc41b680943d7e9209142db5b
(cherry picked from commit 7ade570fdc1ae719abca54867d97dc7f0130d664)
|
|
|
|
|
|
|
|
| |
After the number is set, TelephonyManager.getLine1Number will actually
return this one instead of the actual MSISDN/MDN.
Bug: 11900806
Change-Id: I4df3fac7b483ddae2bbda14b5a85629486e400cf
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Simplify the Mobile Network Settings screen regardless CDMA or GSM activeness
to provide a unified experience for Nova users.
For more details, please refer to b/15854628.
Bug: 15854628
Change-Id: Ieba04eff49824aa09a056cd4fb142cbd268207a3
|
|/
|
|
|
|
|
|
| |
API changes for SMS and MMS AIDLs
b/14095333
Change-Id: I42ab3db2dfa89ba3f8816d601f4c38a77c66ffa6
|
|
|
|
|
|
| |
This reverts commit f0dff59af4a1566d8d8bd997d059fcb9dddf2cb4.
Change-Id: I6b9206d80ae72fdb42d48b173927e63e5742f1b2
|
|
|
|
|
|
|
|
| |
API changes for SMS and MMS AIDLs
b/14095333
Change-Id: I04f05c1952135cb4b5d422df060ca4054c14e5e5
|
|\
| |
| |
| | |
checkCarrierPrivilegesForPackage."
|
| |
| |
| |
| |
| |
| |
| |
| | |
checkCarrierPrivilegesForPackage.
Fixes the build breakage due to overloading in the aidl.
Change-Id: Id3199bf2d21b1834183c90904417ed016d34e052
|
|/
|
|
| |
Change-Id: I5f422aae105cbf8e85aee711aaa49b5d2e958573
|
|
|
|
| |
Change-Id: I153f5c7cff1734c87587c3741051177ce54ba654
|
|
|
|
|
|
|
|
|
|
|
| |
It's basically equivalent to http://ag/500455 and http://ag/499160.
Now "Send to voicemail" and the missed call notification uses the enterprise
lookup; they now work with a corp contact too.
Bug 15779911
Change-Id: I8a87f45ba7299cfbc516eb44326e02258e38cf63
|
|\ |
|
| |
| |
| |
| |
| | |
Bug: b/14134668
Change-Id: Iba7dcd50c1ba84b634eed53030456a2f84af6e3c
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Adding support for SIM based carrier app privileges.
WIP - Missing bits:
- Notifications.
- Certificate check.
Change-Id: Ied3aa6c7d51cc0cde06f5bb58f30893d7a7b1c34
|
| |
| |
| |
| |
| |
| |
| |
| | |
Added send/download status update APIs similar to that for SMS
b/14095333
Change-Id: Ib62951a2088330bf004383945416ff6f25b28625
|
|/
|
|
| |
Change-Id: I2ce26e77ef1f0acc11552bf28efc039391e09766
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Bug: b/12799863
Change-Id: Ieeb3e800cd7757335135901b1e4e94aaf6f4ede7
|
|/
|
|
| |
Change-Id: I72626f016e87503e2d0e680c01e482bfbb592b06
|
|
|
|
|
|
|
|
|
|
| |
(base/telephony)
Replacement for https://partner-android-review.googlesource.com/#/c/171175/
Change-Id: I16fc37f5c00ed79f2370bc46554fc7a24c52c4cb
Conflicts:
core/java/android/net/ConnectivityManager.java
|