summaryrefslogtreecommitdiff
path: root/core/java/android/provider/Telephony.java
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Remove RCS columns for a feature that was never implemented"Tom Taylor2022-02-091-645/+0
|\
| * Remove RCS columns for a feature that was never implementedTom Taylor2022-01-191-645/+0
| | | | | | | | | | | | | | Test: manually built master Bug: 213329353 Change-Id: I3d85e92da622d549a16ff34712a566f78bd8d9fc
* | Added carrier_id support to the carrier_key table in CarrierInformation DBarunvoddu2022-02-011-19/+5
|/ | | | | | Bug: b/191919168 Test: aTest verification Passed Change-Id: Ib51d6eb5231ceb65fffa8e83706c47ce17afd640
* Support preferred data profile correctlyJack Yu2022-01-011-2/+9
| | | | | | | | Correctly support read/write preferred data profile. Fix: 212906152 Test: manual & atest DataNetworkControllerTest DataProfileManagerTest Change-Id: I3cb18680ec6c77a4905901a2aa3cf3c86ce801f1
* Add Usage Setting to SIMINFONathan Harold2021-12-161-0/+7
| | | | | | | | | Support usage settings in the SIMINFO Database. Bug: 210023167 Test: atest TelephonyDatabaseHelperTest#databaseHelperOnUpgrade_hasUsageSettingField Change-Id: I9578874a4f4a56404d9303939c65ee36897d0908
* [MEP] Add port index in SubscriptionInfo databaseMuralidhar Reddy2021-12-151-0/+7
| | | | | | Bug: 199559346 Test: build, manual Change-Id: Ia74d5e8714fc961f2d22c104683d3e8722deaa3d
* Add new fields to ApnSetting/DataProfileInfoSarah Chin2021-11-301-0/+39
| | | | | | | | | Add fields for lingering bearer bitmask and is always on Update values for MTU V4 and MTU V6 Test: atest DataProfileTest Bug: 198822816 Change-Id: Ia007f22a5c976fa139e61d981779a65b5e3ffd3e
* Added setup/tear down data supportJack Yu2021-11-191-0/+17
| | | | | | | | | | | | | 1. Added setup data network support. 2. Hook validation status down to data stall recovery manager. 3. Prelimanary changes before removing TransportManager. 4. Added tear down network support. 5. Added initial attach APN support. 6. Added set data profiles at modem support. Bug: 196597630 Test: atest DataNetworkControllerTest DataProfileManagerTest DataProfileTest DataNetworkTest Change-Id: I837606d9e91339c66f2e2cff1a3a76d1029750c6
* New SIMINFO DB columns for phone numberMeng Wang2021-11-011-0/+16
| | | | | | Bug: 193539271 Test: make Change-Id: I3c152147ebbb73cd8318323e82853ec4e0c88e38
* Added nr advanced calling settings supportGary Jian2021-10-251-0/+8
| | | | | | | | | | - Added a telephony provider entry for storing the user's settings. - Added new vonr_enabled_bool config to determine whether VoNR should be enalbed for carrier Bug: 202150953 Test: manual Change-Id: Ie56a7de3fdb978353af77bafb55b0e37c22b58a4
* Merge "Update doc for getDefaultSmsPackage" into sc-dev am: 145e5e211bJordan Liu2021-04-071-0/+12
|\ | | | | | | | | | | Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14102434 Change-Id: Ib6a1c1ef2ede8ac8329753250ec582d6c607ce42
| * Update doc for getDefaultSmsPackageJordan Liu2021-04-061-0/+12
| | | | | | | | | | | | Bug: 174445979 Test: no change to behavior Change-Id: Ied4b7f5bcc2ff78f4c6f04e4c11b5a10cf463fcd
* | Merge changes from topics "ServiceState#dataRegState", ↵Rambo Wang2021-03-241-0/+9
|\| | | | | | | | | | | | | | | "ServiceState#duplexMode" am: c289c9b0a2 am: 506d5c92c3 am: 507e3b9dcd am: 6d768fb7d6 Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1636779 Change-Id: Ic1b0f034772ec1c7f38571684b8675727a0b03c5
| * Merge changes from topics "ServiceState#dataRegState", ↵Rambo Wang2021-03-241-0/+9
| |\ | | | | | | | | | | | | | | | | | | | | | "ServiceState#duplexMode" am: c289c9b0a2 am: 506d5c92c3 am: 507e3b9dcd Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1636779 Change-Id: Ic8faff9d023b492da5eb7e31e281ddfbf49c8d1d
| | * Export ServiceState#DataRegState into telephony providerRambo Wang2021-03-231-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | Keep ServiceState#getDataRegState hide. Apps can get the same info from telephony provider without loation permission. Bug: 182601774 Test: atest com.android.phone.ServiceStateProviderTest Change-Id: I1ba72a5b767761d2f7bd1b52459a0c9d101061a2
* | | Public ServiceState#duplexMode in telephony provider am: 4481b5181e am: ↵Rambo Wang2021-03-241-0/+11
|\| | | | | | | | | | | | | | | | | | | | | | | b336d92aa7 am: 57456a7152 am: de0c5fa090 Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1638159 Change-Id: Ic886e9ad3620344cf96afb62ecd7242b26157ab3
| * | Public ServiceState#duplexMode in telephony provider am: 4481b5181e am: ↵Rambo Wang2021-03-241-0/+11
| |\| | | | | | | | | | | | | | | | | | | | | | b336d92aa7 am: 57456a7152 Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1638159 Change-Id: I2f53c2305075011904718ba5a81279875dc07235
| | * Public ServiceState#duplexMode in telephony providerRambo Wang2021-03-231-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ServiceState#getDuplexMode is a public API. Expose the same info through telephony provider to let applications retreive it without location permission. Bug: 182601774 Test: atest com.android.phone.ServiceStateProviderTest Change-Id: I19128c938993f351533aca9a8e1a1356e21eb30e
| * | Merge "Add support for selected contacts device to device sharing." into sc-devTreeHugger Robot2021-03-231-0/+9
| |\ \
| | * | Add support for selected contacts device to device sharing.Grace Jia2021-03-231-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 163085177 Test: CTS tests Change-Id: I4f6da463a29ba9cf067d36941a9b4e584012c817 Merged-In: I4f6da463a29ba9cf067d36941a9b4e584012c817
* | | | Merge "Expose ServiceState#getDataNetworkType in telephony provider" am: ↵Rambo Wang2021-03-231-0/+7
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9446a5239f am: 11264381a4 am: ff97f102cc am: 8fadaef00c Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1639370 Change-Id: I819cc7cc59391113747b338bbce740fdb9c0bdfd
| * | | Merge "Expose ServiceState#getDataNetworkType in telephony provider" am: ↵Rambo Wang2021-03-231-0/+7
| |\ \ \ | | |/ / | |/| / | | |/ | | | | | | | | | | | | 9446a5239f am: 11264381a4 am: ff97f102cc Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1639370 Change-Id: Ib2c5d3ec7b28e37d1fa7426aa9e0a1bc7730b9e8
| | * Expose ServiceState#getDataNetworkType in telephony providerRambo Wang2021-03-221-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Data network type is key information to make the switching decision. Exporting to telephony provider can let application get the information without location permission. Bug: 182601774 Test: atest com.android.phone.ServiceStateProviderTest Change-Id: I9753eee2619baf6b1627835624444c0e4f0cd410
| | * Implementation of "Enable 2G" for Settings.Yomna Nasser2021-03-171-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) Adds KEY_HIDE_ENABLE_2G_BOOL to CarrierConfigManager, and (2) Adds new reason ALLOWED_NETWORK_TYPES_REASON_ENABLE_2G. Test: manual & atest -c Enable2gPreferenceControllerTest Bug: b/163168917 Change-Id: I81052549f8dde491697c35365320145fd24c3842 Merged-In: I81052549f8dde491697c35365320145fd24c3842
| | * Improve AllowedNetworkTypesForReason and refactor PreferredNetworkTypeSongFerngWang2021-03-041-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add more reasons of allowed network type - ALLOWED_NETWORK_TYPES_REASON_USER - ALLOWED_NETWORK_TYPES_REASON_CARRIER - Add @systemApi for below - ALLOWED_NETWORK_TYPES_REASON_USER - ALLOWED_NETWORK_TYPES_REASON_POWER - ALLOWED_NETWORK_TYPES_REASON_CARRIER - setAllowedNetworkTypesForReason API - getAllowedNetworkTypesForReason API - getAllowedNetworkTypesBitmask API - Add Public for below - CARRIER_NR_AVAILABILITY_NONE - CARRIER_NR_AVAILABILITY_NSA - CARRIER_NR_AVAILABILITY_SA - KEY_CARRIER_NR_AVAILABILITY_INT - @Deprecated API - setPreferredNetworkTypeBitmask - getPreferredNetworkTypeBitmask - setAllowedNetworkType - getAllowedNetworkType - Add a new way to notify allowedNetworkType at PhoneStateListener - Replace KEY_NR_ENABLED_BOOL with KEY_CARRIER_NR_AVAILABILITY_INT Bug: 161434786 Test: atest TelephonyManagerTest#testSetAllowedNetworkTypesForReason (PASS) atest TelephonyManagerTest#\ testSetAllowedNetworkTypesForReason_moreReason (PASS) atest PhoneStateListenerTest#\ testOnAllowedNetworkTypesChangedByRegisterPhoneStateListener (PASS) Change-Id: I3d0c119a0c2a30c56b0c127ba6525f8992b4e9dd Merged-In: I3d0c119a0c2a30c56b0c127ba6525f8992b4e9dd
| | * Merge "RCS Provisioning APIs for Single Registration"Hui Wang2020-12-171-0/+8
| | |\
| | | * RCS Provisioning APIs for Single RegistrationHui Wang2020-12-171-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 154864150 Test: atest FrameworksTelephonyTests:com.telephony.ims.RcsConfigTest Test: atest TeleServiceTests:com.android.phone.RcsProvisioningMonitorTest Test: atest CtsTelephonyTestCases:android.telephony.ims.cts.ImsServiceTest Merged-In: Ie9445dd450d175e0dc94b63b487dda5cde729123 Change-Id: Ie9445dd450d175e0dc94b63b487dda5cde729123
| | * | Added cross sim calling settings supportHui Wang2020-12-171-0/+8
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a telephony provider entry for storing the user's settings. Fix: 173250681 Test: Manual Merged-In: I081c7e5fcc98f51a97c41a0a9a2b9b628c8d0415 Change-Id: I081c7e5fcc98f51a97c41a0a9a2b9b628c8d0415
| | * Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-11-041-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are APIs that have @UnsupportedAppUsage but for which we don't have any evidence of them currently being used, so should be safe to remove from the unsupported list. Bug: 170729553 Test: Treehugger Merged-In: I626caf7c1fe46c5ab1f39c2895b42a34319f771a Change-Id: I54e5ecd11e76ca1de3c5893e3a98b0108e735413
| | * Remove @TestApi from @SystemApi symbolsAnton Hansson2020-10-191-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I ran these commands: cd frameworks/base grep -rl '@TestApi' --include '*.java' | xargs perl -i -p0e \ 's/\@SystemApi[\s\n]+(\@\w+[\s\n]+)?\@TestApi/\@SystemApi\1/gs' grep -rl '@TestApi' --include '*.java' | xargs perl -i -p0e \ 's/\@TestApi[\s\n]+(\@\w+[\s\n]+)?\@SystemApi/\1\@SystemApi/gs' Bug: 171179806 Test: m checkapi Change-Id: I772790b783b0a8730b8bf680c9e569a886b8d789 Merged-In: I772790b783b0a8730b8bf680c9e569a886b8d789
| | * Data connection for carrier specific APNMasaho Nishikawa2020-09-181-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement the following features to support carrier network connection. This commit is to define the carrier config for each features. 1. Sets default preferred APN 2. Uses dun APN when using Preset APN in roaming network Also, fixed that to use only APNs with the same set id as preferred APN. Test: Manual Bug: 147969062 Merged-in: If1e6d2bf58de39c22caa901fcd90fb11f104d900 Change-Id: If1e6d2bf58de39c22caa901fcd90fb11f104d900
| * | Add D2D sharing level setting APIs.Grace Jia2021-03-111-0/+7
| | | | | | | | | | | | | | | | | | | | | Test: unit test, cts test Bug: 163085177 Change-Id: I86f88d68c8629a0329dcde7b2d17928cacec37e7 Merged-In: I86f88d68c8629a0329dcde7b2d17928cacec37e7
| * | Add new provisioning flag for VOIMS opt-inJayachandran Chinnakkannu2021-03-021-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 177009570 Test: By Manual 1. Call setProvisioningIntValue() and getProvisioningIntValue() 2. Enable/disable the value and dial a VoLTE call 2-1. Set value to 1 2-2. Dial a call 2-3. From ImsPhoneCallTracker and GsmCdmaPhone's log, VoLTE is registered and device is trying IMS PS call 2-4. Set value to 0 2-5. Dial a call 2-6. From ImsPhoneCallTracker and GsmCdmaPhone's log, VoLTE is unregistered and device is trying (non-IMS) CS call 3. atest Change-Id: I0b8af8fe6c9a34a56f9e2275df0a03ba093f439e Merged-In: I0b8af8fe6c9a34a56f9e2275df0a03ba093f439e
* | | Add support for selected contacts device to device sharing.Grace Jia2021-03-231-0/+10
| | | | | | | | | | | | | | | | | | Bug: 163085177 Test: CTS tests Change-Id: I4f6da463a29ba9cf067d36941a9b4e584012c817
* | | Add new provisioning flag for VOIMS opt-inJayachandran Chinnakkannu2021-03-021-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 177009570 Test: By Manual 1. Call setProvisioningIntValue() and getProvisioningIntValue() 2. Enable/disable the value and dial a VoLTE call 2-1. Set value to 1 2-2. Dial a call 2-3. From ImsPhoneCallTracker and GsmCdmaPhone's log, VoLTE is registered and device is trying IMS PS call 2-4. Set value to 0 2-5. Dial a call 2-6. From ImsPhoneCallTracker and GsmCdmaPhone's log, VoLTE is unregistered and device is trying (non-IMS) CS call 3. atest Change-Id: I0b8af8fe6c9a34a56f9e2275df0a03ba093f439e
* | | Add D2D sharing level setting APIs.Grace Jia2021-02-241-0/+7
|/ / | | | | | | | | | | Test: unit test, cts test Bug: 163085177 Change-Id: I86f88d68c8629a0329dcde7b2d17928cacec37e7
* | Implementation of "Enable 2G" for Settings.Yomna Nasser2021-02-171-1/+2
| | | | | | | | | | | | | | | | | | (1) Adds KEY_HIDE_ENABLE_2G_BOOL to CarrierConfigManager, and (2) Adds new reason ALLOWED_NETWORK_TYPES_REASON_ENABLE_2G. Test: manual & atest -c Enable2gPreferenceControllerTest Bug: b/163168917 Change-Id: I81052549f8dde491697c35365320145fd24c3842
* | Improve AllowedNetworkTypesForReason and refactor PreferredNetworkTypeSongFerngWang2021-01-231-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add more reasons of allowed network type - ALLOWED_NETWORK_TYPES_REASON_USER - ALLOWED_NETWORK_TYPES_REASON_CARRIER - Add @systemApi for below - ALLOWED_NETWORK_TYPES_REASON_USER - ALLOWED_NETWORK_TYPES_REASON_POWER - ALLOWED_NETWORK_TYPES_REASON_CARRIER - setAllowedNetworkTypesForReason API - getAllowedNetworkTypesForReason API - getAllowedNetworkTypesBitmask API - Add Public for below - CARRIER_NR_AVAILABILITY_NONE - CARRIER_NR_AVAILABILITY_NSA - CARRIER_NR_AVAILABILITY_SA - KEY_CARRIER_NR_AVAILABILITY_INT - @Deprecated API - setPreferredNetworkTypeBitmask - getPreferredNetworkTypeBitmask - setAllowedNetworkType - getAllowedNetworkType - Add a new way to notify allowedNetworkType at PhoneStateListener - Replace KEY_NR_ENABLED_BOOL with KEY_CARRIER_NR_AVAILABILITY_INT Bug: 161434786 Test: atest TelephonyManagerTest#testSetAllowedNetworkTypesForReason (PASS) atest TelephonyManagerTest#\ testSetAllowedNetworkTypesForReason_moreReason (PASS) atest PhoneStateListenerTest#\ testOnAllowedNetworkTypesChangedByRegisterPhoneStateListener (PASS) Change-Id: I3d0c119a0c2a30c56b0c127ba6525f8992b4e9dd
* | RCS Provisioning APIs for Single RegistrationHui Wang2020-12-161-0/+8
| | | | | | | | | | | | | | | | Bug: 154864150 Test: atest FrameworksTelephonyTests:com.telephony.ims.RcsConfigTest Test: atest TeleServiceTests:com.android.phone.RcsProvisioningMonitorTest Test: atest CtsTelephonyTestCases:android.telephony.ims.cts.ImsServiceTest Change-Id: Ie9445dd450d175e0dc94b63b487dda5cde729123
* | Added cross sim calling settings supportJack Yu2020-11-171-0/+8
| | | | | | | | | | | | | | | | | | Added a telephony provider entry for storing the user's settings. Fix: 173250681 Test: Manual Change-Id: I081c7e5fcc98f51a97c41a0a9a2b9b628c8d0415
* | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are APIs that have @UnsupportedAppUsage but for which we don't have any evidence of them currently being used, so should be safe to remove from the unsupported list. This is a resubmit of ag/12929664 with some APIs excluded that caused test failures; see bugs 171886397, 171888296, 171864568. APIs excluded: Landroid/bluetooth/le/ScanRecord;->parseFromBytes([B)Landroid/bluetooth/le/ScanRecord; Landroid/os/Process;->myPpid()I Landroid/os/SharedMemory;->getFd()I Landroid/hardware/input/InputManager;->INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH:I Bug: 170729553 Test: Treehugger Change-Id: I8285daa8530260251ecad6f3f38f98e263629ca7
* | Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-4/+4
| | | | | | | | | | | | | | | | | | This reverts commit 72f07d6a8a32db4a0dedd7682a0b3385be2b9cd6. Reason for revert: Droidcop-triggered revert due to breakage https://android-build.googleplex.com/builds/quarterdeck?testMethod=testAppZygotePreload&testClass=android.app.cts.ServiceTest&atpConfigName=suite%2Ftest-mapping-presubmit-retry_cloud-tf&testModule=CtsAppTestCases&fkbb=6936597&lkbb=6936969&lkgb=6936551&testResults=true&branch=git_master&target=cf_x86_phone-userdebug>, bug b/171886397 Bug: 171886397 Change-Id: Ibe0f0430a3451477c1ee8ef56a596e91ea1e7672
* | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-4/+4
| | | | | | | | | | | | | | | | | | | | These are APIs that have @UnsupportedAppUsage but for which we don't have any evidence of them currently being used, so should be safe to remove from the unsupported list. Bug: 170729553 Test: Treehugger Change-Id: I4c8fd0006f950de9955242e93968fb0996ceb372
* | Remove @TestApi from @SystemApi symbolsAnton Hansson2020-10-201-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | I ran these commands: cd frameworks/base grep -rl '@TestApi' --include '*.java' | xargs perl -i -p0e \ 's/\@SystemApi[\s\n]+(\@\w+[\s\n]+)?\@TestApi/\@SystemApi\1/gs' grep -rl '@TestApi' --include '*.java' | xargs perl -i -p0e \ 's/\@TestApi[\s\n]+(\@\w+[\s\n]+)?\@SystemApi/\1\@SystemApi/gs' Bug: 171179806 Test: m checkapi Change-Id: I772790b783b0a8730b8bf680c9e569a886b8d789
* | Merge "Data connection for carrier specific APN" into rvc-d1-dev-plus-aosp ↵Amit Mahajan2020-09-181-3/+11
|\ \ | | | | | | | | | | | | | | | | | | | | | am: e2b212e94e am: e662938fdf Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12624999 Change-Id: I83ecb4caea6b66b8c3e08beda3fb70598132707e
| * | Data connection for carrier specific APNMasaho Nishikawa2020-09-161-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement the following features to support carrier network connection. This commit is to define the carrier config for each features. 1. Sets default preferred APN 2. Uses dun APN when using Preset APN in roaming network Also, fixed that to use only APNs with the same set id as preferred APN. Test: Manual Bug: 147969062 Change-Id: If1e6d2bf58de39c22caa901fcd90fb11f104d900 (cherry picked from commit b9beb0d1afda6327b1c7645ac20a016f08e5744e)
* | | Merge "Show subId info for getMessagesFromIntent log if it available only" ↵Treehugger Robot2020-07-161-5/+7
|\| | | | | | | | | | | | | | | | | | | | | | | am: 6478559721 am: 83b308025a am: 40b66a14d8 am: d2d9f54da1 am: f386456e8c Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1318274 Change-Id: Id86689a868d3d1c0244d95891d87d4a27ee967ea
| * | Merge "Show subId info for getMessagesFromIntent log if it available only" ↵Treehugger Robot2020-07-161-5/+7
| |\| | | | | | | | | | | | | | | | | | | | | | am: 6478559721 am: 83b308025a am: 40b66a14d8 Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1318274 Change-Id: I5a4a4454d4e0ee958e3b2fdab0e456f942ec5b6b
| | * Merge "Show subId info for getMessagesFromIntent log if it available only" ↵Treehugger Robot2020-07-161-5/+7
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 6478559721 am: 83b308025a Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1318274 Change-Id: I07a163cbfaf5e76f94d758953fed8d48c6cc66d8
| | | * Show subId info for getMessagesFromIntent log if it available onlyTaesu Lee2020-07-141-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | getMessagesFromIntent with default SMS subId log is shown from AppSmsManager for MT SMS always since an intent without subId info is delivered to AppSmsManager first. It might be confusing when checking MT SMS log for multi-sim devices. Bug: 161156506 Test: MT SMS and Check log Signed-off-by: Taesu Lee <taesu82.lee@samsung.com> Change-Id: I66da0d5d9802c4427572cb1674be452582066450