History log of /frameworks/opt/telephony/src/java/android/provider/Telephony.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
676e73ec8586d1a8f2b471780d198e556ea95ecf 04-Jun-2016 Amit Mahajan <amitmahajan@google.com> Do not create SmsMessage obj if it cannot be parsed correctly.

Bug: 29123941
Change-Id: Ic77220c05e4a712a16ac32563ddb45a318452d71
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
40d4a848248bb4f6af6aeb32a849f33413f0c521 04-May-2016 Amit Mahajan <amitmahajan@google.com> Mark SMS_EMERGENCY_CB_RECEIVED_ACTION @removed.

This intent was never meant for 3rd party apps. It has always
required a system|signature permission to be received.

Bug: 28287631
Change-Id: I0eef4c354bd027456f7964a277216056b1a358b1
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
3f3c4d9f3ba369a5a067d5e56529d9bb6978a445 04-Feb-2016 Amit Mahajan <amitmahajan@google.com> Update documentation of SMS intents to include permission info.

Bug: 24914029
Change-Id: Ie39967cee92d75d1b14d1e0cb1caa6cb0762d81a
(cherry picked from commit 8131656990886a913103357e00701495aabc54fa)
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
960c250fc2afee078852df1f37a887cec848ec5d 25-Jan-2016 Shishir Agrawal <shishir@google.com> Unhiding MSIM APIs.

1. Unhide MSIM APIs in TelephonyManager that already have non-MSIM equivalent
APIs public.
2. Make MSIM API naming consistent (overloaded, no suffix).
3. Unhide APIs in SubscriptionManager that are necessary for MSIM.

Bug: 26772894
Change-Id: I9e623100358d65f1ab853c33599cb78f100f7e3a
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
3af57fefff3fc28e8f1f7e6431d1228009c5210c 07-Jan-2016 Jeff Sharkey <jsharkey@android.com> Add TestApi to fix build.

Change-Id: Ic0e0f8759b62ea0d1b60f2e39aed906d58fcd5d7
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
6fed1e7efae6a1dfb0144cb7d43f553d789cee17 03-Dec-2015 Neil Fuller <nfuller@google.com> Merge "Fix @code escapes"
7a68be31d1fedbc97d712c6114d4585370f0c399 30-Nov-2015 Tom Taylor <tomtaylor@google.com> Add two new intents

Add an ACTION_DEFAULT_SMS_PACKAGE_CHANGED intent to notify the old and
the new default sms app of the change. Add an ACTION_EXTERNAL_PROVIDER_CHANGE
intent used to notify the default SMS app when another whitelisted app
(such as AndroidAuto [via bluetooth] or the phone) changes the SmsProvider
or MmsProvider behind the default SMS's back.

Change-Id: Id036b1313124f08ff1d48b306e68b5f457d235c7
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
801f831458747c55b58dc0c33d156267339eb822 30-Nov-2015 Neil Fuller <nfuller@google.com> Fix @code escapes

The body of {@code} must not be HTML escaped. This is one of
several changes that fix the source in conjunction with a
doclava fix.

Bug: 25757239
Change-Id: I03fe6d2860820681e803f49508560732c115c56f
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
5d7e344a6c6b8039d27eb7effa78ecbc014bd880 15-Oct-2015 Amit Mahajan <amitmahajan@google.com> am 74dae4c6: am 375fdecb: am 62c27d50: Merge "Change to add user_visible field to Carriers table." into mnc-dr-dev

* commit '74dae4c6da0da836bd380923daa9bc19dba5af9a':
Change to add user_visible field to Carriers table.
7302701dea2259cb436da6c248d4b6aa398182dd 08-Oct-2015 Amit Mahajan <amitmahajan@google.com> Change to add user_visible field to Carriers table.

Bug: 24519879
Bug: 24681288
Change-Id: I04ef3bb743c30a8ab42d9bf6224ec971686ced6c
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
4d0b77f4acc9c774e0e1b11f747ccac7944f472b 17-Aug-2015 Junda Liu <junda@google.com> am a77bb0b0: am 5a04d779: am 406a0043: am 7059f27c: Merge "Add hidden intent for sms based carrier provisioning." into mnc-dev

* commit 'a77bb0b0dd467dadd7d3ca894d1fa42fe732ca08':
Add hidden intent for sms based carrier provisioning.
3817cc94c781b78c9f52d9483e8426bbb9c5d1b5 13-Aug-2015 Junda Liu <junda@google.com> Add hidden intent for sms based carrier provisioning.

Bug: b/22982966
Change-Id: I4ea1fe67f8554ed9ba9d76faab8883d147f9b4f3
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
aa58ad8d8254ca547897d33c8bd3627d47edf55a 01-Aug-2015 Jack Yu <jackyu@google.com> Fixed that processing malformed PDUs stored in the intent caused crash.

The reported issue is that a malware can broadcast a DATA_SMS_RECEIVED
intent with incorrect type of PDUs. The handling function in telephony
will crash due to casting exception. The other change has already
changed DATA_SMS_RECEIVED to a proected broadcast intent so ideally
only system apps can send this intent. However, if the system app
has a bug, this crash might still happen.

bug: 22540754
Change-Id: Ifa780719b274e899bd15ac021a52506653067265
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
760b9b8e6659562de17d774f6f799ef08c1898f8 02-Jun-2015 Amit Mahajan <amitmahajan@google.com> Change to hide BEARER_BITMASK.

BEARER_BITMASK uses ServiceState constants that are not public so
keeping it hidden for now. Ideally it should use TelephonyManager
constants instead as they are already public. However the constant
values for same RATs are different between the two. So mapping from
one to the other is as apns xml files will also need to be updated
(including those of OEMs).

Bug: 21342148
Change-Id: Iced28ede187d3e72b3f969bc99af4edf34d86a36
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
aaf0e8d623b1e94004557573aef9235177ca19e3 16-Apr-2015 Amit Mahajan <amitmahajan@google.com> Adding bearer_bitmask support.

Change-Id: I4da0bdd6de16963a60218789154da17f40fec8cd
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
d305a7216e7a85c4528654ef6552483f70852a47 24-Apr-2015 Etan Cohen <etancohen@google.com> Merge commit '833231d' into merge2
a0ed9793719185862e18f33cb9c5447b85549174 09-Apr-2015 Amit Mahajan <amitmahajan@google.com> Adding values for user_edited field.

Change-Id: Ie2c2515e2208fbb77f8d071e17756de5decc7315
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
f7724ddcb3e08f996b4878c9238fc7707edcab3e 10-Apr-2015 Prerepa Viswanadham <dham@google.com> Merge commit '781905d987989ae608151ba7677257649c19cb01' into merge_work
325cdf5bb7b1ff6ccc0291613c2e30b133bb3258 28-Feb-2015 Amit Mahajan <amitmahajan@google.com> Add a new column user_edited to carriers db.

Change-Id: I7cae3d229445607c66b6472124264588f7571097
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
b077aa0b8d4869956fa00b3893b1819f6d635f4d 22-Jan-2015 Brian Attwell <brianattwell@google.com> Unhide getOrCreateThreadId

Multiple components need to lookup thread IDs and use getOrCreateThreadId.
Examples: Contacts, Glass, Hangouts, Messenger, voice search and bluetooth.

In several cases getOrCreateThreadId is used by unbundled apps.
These apps go far out of their way to use getOrCreateThreadId, because
it fills a hole in functionality. Note how glass, voice search and
Hangouts use reflection to access getOrCreateThreadId.

We should unhide this method.

Bug: 18777272
Change-Id: Id3bb1e3f73c4826154096057a778ac97ee86abc6
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
2ee8b807a9c42179038d49f3857d4e7041f0d5b9 16-Dec-2014 Cheuksan Wang <edwang@google.com> remove actions and calls for the old sms/mms api

BUG: 18005911
Change-Id: Ia862084ab7efcfc43aacc23626171762c4406317
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
dfdf9c40ebaaed15b5020ad6bce898fadd32dd58 08-Dec-2014 Wink Saville <wink@google.com> Update API and documentation for invalid subscriptions id's

Bug: 18668873
Change-Id: I3ee987b77fef856e97ea09898c695147cb87a517
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
c1fd61bf259f192afbbdb58db15d64fa95c0befb 04-Dec-2014 Tom Taylor <tomtaylor@google.com> Secondary user support - Broadcast intent after MMS is downloaded

Bug 18399514

Add a new, but hidden for MR1, broadcast intent string.

Change-Id: Ic4fac2488a87f17126fbf7934f05e2f080f61106
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
4b09dff383ae7dfca595aeeea886a594a1947340 22-Nov-2014 Wink Saville <wink@google.com> Additional changes to SubscriptionManager API as per API council.

bug: 17575308
Change-Id: Idd98aa46c15a9219ccf28091c62602ac8bf16c62
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
3824f44a039a5be05b86acfba427638b3b1e587a 19-Nov-2014 Ye Wen <ywen@google.com> Telephony CREATOR column doc fix and PII issue

b/18393308
b/18417029

Change-Id: I015a601f3a0dfdeea6c8faaf96575afca875ea55
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
b237a11044ed842d2865ff8c8716befb06b6ca25 25-Oct-2014 Wink Saville <wink@google.com> Change subId to int from long

Change-Id: Idae6335e63e7b1e4e714bc17e71b1a4705e38474
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
bf6a9bd62e3174b855afc761dd85bbf6ec1151e6 25-Sep-2014 Junda Liu <junda@google.com> Revert "Hide carrier app intents in Telephony (2/2)"

This reverts commit df9c43de27f032090e3a4c9a032e307724820450.

Change-Id: Ibdfd50c6b6b2f321f0b743165911a3dac8f00ccc
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
acd7a1c5d740c54358b56df1d0013f0fcbf78cc3 25-Sep-2014 Ye Wen <ywen@google.com> am df9c43de: Hide carrier app intents in Telephony (2/2)

* commit 'df9c43de27f032090e3a4c9a032e307724820450':
Hide carrier app intents in Telephony (2/2)
df9c43de27f032090e3a4c9a032e307724820450 23-Sep-2014 Ye Wen <ywen@google.com> Hide carrier app intents in Telephony (2/2)

b/17608135

Change-Id: I312fc65477323e88972156e909e5a241056233a7
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
157f6ae931c192e42f0a179ef625b18787ba43b8 22-Sep-2014 Shri Borde <shri@google.com> Merge "Javadoc for extras for SMS_DELIVER_ACTION/WAP_PUSH_DELIVER_ACTION" into lmp-sprout-dev
54f09e2a595c872800e061c6212265c26aef9a3d 22-Sep-2014 Shri Borde <shri@google.com> Javadoc for extras for SMS_DELIVER_ACTION/WAP_PUSH_DELIVER_ACTION

Change-Id: If2f09c362598e1d8a6478040eff095d1e574fe43
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
4e71df52b26f87087327819c53570f60262a9c6a 18-Sep-2014 Shri Borde <shri@google.com> Unhide SUB_ID column from Mms, Carriers and PendingMessages

Change-Id: I3ec8816ca4a5ec0c2801dd4590c7a0f33beff024
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
4c0a75cd429806d1ff454baf7279e0982e028a4d 16-Sep-2014 Shri Borde <shri@google.com> Unhide android.provider.Telephony.Sms.SUB_ID

Change-Id: I08063b5785166d2f1b857e431240561cf335d15e
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
5855254b4e0c22aaaa688ebbfb5c38b222cbf9d6 09-Sep-2014 Cheuksan Wang <edwang@google.com> Send and download MMS via content provider instead of PDU bytes.

Change-Id: Ib5a93d07799c9e14fea8be820c6bd4bc7ae8be3a
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
503db7d62a125b5b192d3051bffe5c9f5f46212c 03-Sep-2014 Ye Wen <ywen@google.com> Merge "Fix API council review issues on new Telephony columns" into lmp-dev
dac6bb4a3b2046e1ac943c661563b6daebf49a8f 03-Sep-2014 Ye Wen <ywen@google.com> Fix API council review issues on new Telephony columns

b/17252585

Change-Id: I9850f0aa095815f68adc04a9e0080e07c74814c4
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
440b44eb71b8d5afeeaa5fda8912f3a61b4c1588 03-Sep-2014 Wink Saville <wink@google.com> Prepare to make SubscriptionManager public.

Sync SubscriptionManager and its dependentes between lmp-dev
and lmp-sprout-dev.

In SubscriptionController
-Rename getActivatedSubInfoList to getActiveSubInfoList.
-Remove @param context in java docs
-Cleanup

In SubInfoRecordUpdater
-Cleanup

Change-Id: Ie06ced3e7ff5a3d06b3b47892fed22b4bb8972c7
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
e9701717e43cc5aacbcf624f77a53be92350662c 08-Aug-2014 w19976 <w19976@motorola.com> Configure MTU based on network PCO MTU parameter

Add logic to obtain the mtu from the network PCO parameter and set it to kernel
when the mobile data connection is established. When there is no PCO mtu configured
from the network, the mtu size defined in the corresponding APN will be used. In case
no mtu size is defined for an APN used for data connection, the MCC/MNC based MTU
defined in the framework overaly will be applied.

bug:17046179
Change-Id: I6465d4b8f2076aaa380ae3617fb3f24adbe136d4
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
9d4ec7d45061f1da05f16cd244eb0a798e7f36bb 13-Aug-2014 Amit Mahajan <amitmahajan@google.com> Revert "Revert "add apn setting parameters, and set apn parameters to bp""

This reverts commit 01f27d2c616797e5ba821159f8aca7b75aa54ae1.

Change-Id: Id9e7cf180092f320f635084f805b97f6409d0f03
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
01f27d2c616797e5ba821159f8aca7b75aa54ae1 12-Aug-2014 Amit Mahajan <amitmahajan@google.com> Revert "add apn setting parameters, and set apn parameters to bp"

This reverts commit f4b74430a8c22ab58c3fbbd6c9e7a594514a8615.

Change-Id: I1f300741d858ff39ae573e576479613b084e4616
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
f4b74430a8c22ab58c3fbbd6c9e7a594514a8615 10-Aug-2014 Hui Wang <huiwang@motorola.com> add apn setting parameters, and set apn parameters to bp

Change-Id: I395b499eb0730894620614b3261bb6a784d53f46
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
1bd8ccb365914082400ccbeb0d68cff45d8674f5 31-Jul-2014 Shishir Agrawal <shishir@google.com> Merge "For long SMS pass SMS header concat ref details to the carrier app." into lmp-dev
78d39a9fab86a26f4f39585af5cfe2a07c756fce 30-Jul-2014 Shishir Agrawal <shishir@google.com> For long SMS pass SMS header concat ref details to the carrier app.

For Long SMS, either all the SMSes need to be sent by the carrier app or none.
To do this the carrier app needs to know information about the segmentation of
the message.

BUG: 16653081

Change-Id: I659ceafcbf93b3a88405174d4503b9eb30ad2764
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
e58ff3bd4399dfe68517b100169e01e6b93dc7b6 29-Jul-2014 Ye Wen <ywen@google.com> Move archived column from pdu/sms to threads (2/4)

Also add API to archive conversation

Change-Id: I65c6c4a79c60d9a98557e8b156acefdd5f6c34b6
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
e42ee89deac2291e4041c1dd2eecc34797a39c48 17-Jul-2014 Ye Wen <ywen@google.com> Unhide new MMS API and SMS storage API (2/2)

b/14095333

Change-Id: Ia5a1cc6fbfd4fc957505918d3aaf5b7395784d15
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
5889fd6e26caa9b8164666cd8c29df973fd7c265 16-Jul-2014 Shishir Agrawal <shishir@google.com> Unhiding the SMS/MMS APIs for injection/transport.

Change-Id: I9e634c8f1c42738465825e767bc7ef3c4778eb30
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
f1aeeb51f2c62420012122e0ccc75b3940c570e4 15-Jul-2014 Ye Wen <ywen@google.com> Messaging auto persist switch (2/4)

b/14095333

Change-Id: I9dccdadd72d951d86f83cb7adea9b2f09fad08ce
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
c9394399180abbc32d04f6a3652ce22d5931e0b8 14-Jul-2014 Shishir Agrawal <shishir@google.com> Protecting messagings APIs for carrier access.

APIs protected by this CL:
- SMS injection.
- SMS filtering.
- SMS outbound broadcast.
- SMS outbound broadcast result.

Also moved much of the carrier checking logic from PhoneInterfaceManager to
the UiccCarrierPrivilegeRules for reusability.

BUG=15993876

Change-Id: I8309a1de23426dcc66a10383335cff9242920410
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
b29851580bba4a13ddbf7a534d8b09295eb2c60f 10-Jul-2014 Ye Wen <ywen@google.com> New SMS and MMS APIs and semantics (2/4)

1. Rest of the new SMS and MMS APIs
2. Auto persisting MMS WAP Push
3. Partial multi-sim support
4. New SMS/MMS database columns: archived and creator
5. Record message creator
6. Mms config access APIs

b/14095333

Change-Id: Idb0ab75384b2c949f1a6ebe8f1c33e90a06a4d9b
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
cafda9904d2804959d51697cdc63a185e687cb98 12-Jul-2014 Colin Cross <ccross@google.com> Revert "New SMS and MMS APIs and semantics (2/4)"

This reverts commit c5f9236283882b8e08390ac52e5b1fab2d3bc2fb.

Change-Id: I9585dabfc31611e68718859ea509b8f52535d9b5
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
c5f9236283882b8e08390ac52e5b1fab2d3bc2fb 10-Jul-2014 Ye Wen <ywen@google.com> New SMS and MMS APIs and semantics (2/4)

1. Rest of the new SMS and MMS APIs
2. Auto persisting MMS WAP Push
3. Partial multi-sim support
4. New SMS/MMS database columns: archived and creator
5. Record message creator
6. Mms config access APIs

b/14095333

Change-Id: I9a4261753a803f520933b643c0bac708ab9f40a9
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
982c5004a49b57a1f9ca7b054df5a7c0bb3bda20 03-Jul-2014 Ye Wen <ywen@google.com> Support MMS send/download by carrier app (2/3)

1. Added new carrier app Intent actions for MMS send/download
2. Added new APIs for updating MMS send/download status by carrier app

b/14095333

Change-Id: I770bd0fe817598471a19f06e0ab5b5916646eece
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
370971c25973d9d8061b76e756df2fb8c1ebd990 28-Jun-2014 Ye Wen <ywen@google.com> MMS auto persisting (2/4)

1. Added new MMS message box type for failed messages
2. Use global static flag to temporarily turn off new SMS API semantics

b/14095333

Change-Id: I150a08a4b26bba6f3a7a1d8f848fe07c8be9298b
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
d6bf802a1afd6dbd99b35804ec0ec565f2ac8e9e 23-Jun-2014 Cheuksan Wang <edwang@google.com> Merge "Send outbound messages via the default carrier app. Initially, the message will go into a pending state. There is a new API call to update the status of a message. If the carrier app cannot send the message, it will fall back to the default GSM/CDMA network."
8d8e8f45200d17b78d196d8cba389fd9c547ac11 21-Jun-2014 Cheuksan Wang <edwang@google.com> Send outbound messages via the default carrier app. Initially, the
message will go into a pending state. There is a new API call to
update the status of a message. If the carrier app cannot send the
message, it will fall back to the default GSM/CDMA network.

This is the same cl as 476721 which has already been approved by jsh@

Change-Id: I51d732b9cc40b371f77fd26d28e0836a466afc71
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
d498f853cb523efef7bd06629e222ea105104b11 20-Jun-2014 Ji Yang <yangji@google.com> Merge "Sorry, clicked the wrong button."
f653f91baeb35b18a47c8f80b6ca1b1361dea238 20-Jun-2014 Ji Yang <yangji@google.com> Sorry, clicked the wrong button.

Revert "Send outbound message via the default carrier app. Initially, the message will go into a pending state. There is a new API call to update the status of a message. If the carrier app cannot send the message, it will fall back to the default GSM/CDMA networ"

This reverts commit 112c36a6080b6902925d317218acc14183e29842.

Change-Id: I087672cf17551bcef438df30e97e8859e1060a2a
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
7fac90e635330be124a709db5774b71ff3892348 20-Jun-2014 Ji Yang <yangji@google.com> Merge "Send outbound message via the default carrier app. Initially, the message will go into a pending state. There is a new API call to update the status of a message. If the carrier app cannot send the message, it will fall back to the default GSM/CDMA network."
112c36a6080b6902925d317218acc14183e29842 30-May-2014 Cheuksan Wang <edwang@google.com> Send outbound message via the default carrier app. Initially, the
message will go into a pending state. There is a new API call to
update the status of a message. If the carrier app cannot send the
message, it will fall back to the default GSM/CDMA network.

Change-Id: I12e4c16ee1f934561c453e125805d59a151271b4
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
6a22a5cf0ca0783b2f33b8f7ab8f3a37755aafcf 19-Jun-2014 Cheuksan Wang <edwang@google.com> Merge "Add SMS filtering intent and API for message deduping by the carrier app."
913880b94d8b29d8dec34b2307c313e2180eb6f0 27-May-2014 Cheuksan Wang <edwang@google.com> Add SMS filtering intent and API for message deduping by the carrier app.

If a carrier app is active, the SMS_FILTER intent is sent for every
incoming SMS message. If the carrier app considers this message as a
duplicate, it may set a status code to filter out this SMS. It may
also set a pdu in result extras to overwrite the pdu.

Change-Id: I41526b21df31142b8f6373f3aefbe360c5938af3
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
a8467dd0c524787104b1ccdddc5e8af10ba729ed 13-Jun-2014 Wink Saville <wink@google.com> Merge kwd to master

Change-Id: Idb607c0aa32f80fe4fe1539aedea7a221e9e7f04
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
29305a0d8e45e8b6731ab91e59fcba7a4d6ff766 21-Oct-2013 Scott Main <smain@google.com> more sms provider docs

Change-Id: I1967446a9709d88625cbcbc89b70228744dbf38a
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
b47af9b263628c00b1c890f102091098a31463c0 13-Sep-2013 Jake Hamby <jhamby@google.com> Add Telephony intent class to public API.

Remove @hide from android.provider.Telephony for K release for
SMS and MMS related tables, and APN database (for MMSC info).
Helper methods are hidden except for two that use non-public APIs.

Bug: 10653081
Change-Id: I3509b122ae4e762c1c44e6b4aa8b36c8d0b62224
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
68b1cdcce7ac53015c8b5ecbcfb9ce9d1ad5d172 23-Sep-2013 David Braun <dabraun@google.com> Update API used to determine default SMS app.

In order to direct intents that make sense to send only to the default SMS
app, we need to update the API to return the package rather than just
having it check the package name.

Bug: 10870624 System should direct "SENDTO" intent with "sms" and "mms" schemes to the default SMS app
Change-Id: I1aa44a8a1113c42a13b4cb1f813fcaed347c1f47
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
5c3b6658d82f3af57161d5a34385dd95ea0f1abb 16-Sep-2013 David Braun <dabraun@google.com> Implement new method for handling SMS/MMS on the platform

Multi project change:
The changes in this project implement the actual change in the SMS related
intent behavior (defining and using the new events).

Bug: 10449618
Change-Id: Ia707ed561d89428db78203a2ed54504d867a3e43
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
90271d9ef1377b25b78359039fb2e87f32aba25b 04-Sep-2013 Sungmin Choi <sungmin.choi@lge.com> sms: Add exception code instead of low memory status

Add exceptoin code, after receiving Duplicated SMS.

Bug: 10484923
Change-Id: Ic9465adeb8a09d11fdd2e5b35108410baf56a2fc
Signed-off-by: daehun.ju <daehun.ju@lge.com>
Signed-off-by: Sungmin Choi <sungmin.choi@lge.com>
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
c60e2c6e5a3b09b2eaf6298863e5c3b0e7caefa0 16-Mar-2013 Robert Greenwalt <rgreenwalt@google.com> am fbd959c2: am ae6a4485: Merge "add columns of Carrier about MVNO"

* commit 'fbd959c2f0e9e420d1b65f14463ba8da04e76655':
add columns of Carrier about MVNO
a796ca5b3f8501630405f1ce2635dde9011b7373 07-Feb-2013 Sungmin Choi <sungmin.choi@lge.com> add columns of Carrier about MVNO

To recognize MVNO, use new fields, MVNO_MATCH_DATA and MVNO_TYPE
(SPN, IMSI, GID(Group Identifier Level 1)).

Bug: 8143480
Change-Id: Idfa06c6f39a2c15ff4f0815724823f44b76ac819
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
cbaa45bbf2cab852b6c9c3a887e9f803d4e857ea 23-Feb-2013 Wink Saville <wink@google.com> Clean up

- Add @Overrides where needed.
- Update javadoc comments
- Remove extra semi-colons
- Rename DataConnection.java to DataConnectionBase.java
- Rename GsmDataConnection.java to DataConnection.java
- Add defaults to switch statements
- Remove/fix most "if (false)" statements. Fixed by using a CONSTANT
- Fix hidden variables by hoisting to base class or renaming
- Tweak some debug output

Change-Id: If38de2fdeaacafbf40cdfd7f84dc5c52030ba2a3
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
ded9c0af7fa49504c047275ed34c2d3b22bf0c3a 07-Dec-2012 Wink Saville <wink@google.com> Use Rlog

Change-Id: Ie013f51215de8380b8de74161b6056b010711cfd
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
99c2e1d6749cfad2a8ca94a47857d8c3bfc09454 27-Nov-2012 Wink Saville <wink@google.com> Use Rlog instead of Log.

Change-Id: I2f44193b294513e743526e5c163e7d9a45308b28
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
7a299a45d1132bfecfee02a1a71427dfbbadc72e 08-Sep-2012 Tom Taylor <tomtaylor@google.com> Fix build

Added a new column to mms.

Change-Id: I0ebe6c0b9e736cc90ed8392872dae2da8ec730ce
/frameworks/opt/telephony/src/java/android/provider/Telephony.java
0825495a331bb44df395a0cdb79fab85e68db5d5 12-Jul-2012 Wink Saville <wink@google.com> Create telephony-common

telephony-common was created by moving some of
frameworks/base/telephony
to:
frameworks/opt/telephony

Change-Id: I32cbb5eec1fa239c1587e055c8f7ef4fc48fb62c
/frameworks/opt/telephony/src/java/android/provider/Telephony.java