summaryrefslogtreecommitdiff
path: root/core/java/android/os/ConfigUpdate.java
Commit message (Collapse)AuthorAgeFilesLines
* Fixed docJack Yu2020-03-201-4/+3
| | | | | | | | Fixed the doc per API council feedback. Test: Build Bug: 148218347 Change-Id: If7e180787267ba422fd1833b641c17d6f1051e88
* API Council FeedbacksShuo Qian2020-03-181-0/+3
| | | | | | | | | | | 1) Add Annotation for getCarrirPrivilegeStatus 2) Remove NullProinterException throwing in isDataConnectionAllowed 3) Add SdkConstant for ACTION_UPDATE_EMRGENCY_NUMBER_DB Test: Treehugger Bug: 148218347 Bug: 151455822 Change-Id: I4943491abf70641f9379862a67941295a4cf67f9
* API Council FeedbacksShuo Qian2020-03-121-7/+24
| | | | | | | | | | | | | | | | | | | 1) Update doc of ACTION_UPDATE_EMERGENCY_NUMBER_DB 2) Add new APIs EXTRA_VERSION and EXTRA_REQUIRED_HASH 3) Rename isDataConnectionEnabled to IsDataConnectionAllowed 4) Format the API documentations with html format 5) Throw errors for shutdownAllRadios, isAnyRadioPoweredOn 6) Modify the doc of TelephonyManager.getEmergencyNumberDbVersion 7) Add UPDATE_CONFIG permission for ACTION_UPDATE_EMERGENCY_NUMBER_DB Test: Treehugger; Manual made a call; make -j offline-sdk-docs Bug: 147696692 Bug: 147805285 Bug: 148217670 Bug: 148218347 Change-Id: Idf3dee3de5ebf75ca8b8fbaaf879e69f7ae4b754 Merged-In: Idf3dee3de5ebf75ca8b8fbaaf879e69f7ae4b754 (cherry picked from commit dc86120fca73df7a77dfc978bef78a2956c15eb7)
* Emergency number database config updaterShuo Qian2019-10-171-0/+15
| | | | | | Test: https://paste.googleplex.com/5345498821033984 Bug: 64131637 Change-Id: I0fbd48fe8ef5e008af714312859b513a22679fcb
* ConversationActions Config installer.Abodunrinwa Toki2018-11-211-0/+8
| | | | | | | | | | This installs model updates for smart reply/actions aka conversation actions. Test: none Bug: 111437455 Bug: 111406942 Change-Id: I9cb04e7b20b565ac5d128475a90bd065c805e95e
* add javadoc for carrier ifd install APIfionaxu2018-05-171-1/+8
| | | | | Bug: 79426800 Change-Id: Iaf5af11220c85dc63164cee31414dce8e4d02037
* add install action for carrier id to system APIfionaxu2018-05-081-0/+8
| | | | | | Bug: 79426800 Test: Manual Change-Id: Icd3e9ae527dc17ab5762aa57df596f058de08d5b
* Add update network watchlist config ConfigUpdater intent actionRicky Wai2018-01-221-0/+8
| | | | | | | | | | | | | Network watchlist config update intent needs to be in SystemAPI as it will be used by ConfigUpdater to push watchlist config. We also need to mark it as SystemAPI to pass cts: intent.IntentTest#shouldNotFindUnexpectedIntents Bug: 71635926 Bug: 63908748 Test: Able to compile Change-Id: I3a236fa8b0bf97249b01a2ad20c5e56d18121bd4
* Remove TzDataInstallReceiverNeil Fuller2017-11-011-7/+0
| | | | | | | | The functionality has been replaced by the RulesManagerService. Bug: 65536493 Test: make droid / boot device Change-Id: I3e3807aff0ad7d367048671a902807a2303dc608
* SmartSelection Config installer.Abodunrinwa Toki2017-04-191-0/+8
| | | | | | Test: none Bug: 34780396 Change-Id: I9cb04e7b20b565ac5d128475a90bd065c805e95e
* LangId Config installer.Abodunrinwa Toki2017-04-191-0/+7
| | | | | | Test: none Bug: 34780396 Change-Id: I6cdd608ea9a41041d03640997c076c6e6fea0129
* Add UPDATE_TZDATA to config updater intentsChad Brubaker2017-04-061-0/+7
| | | | | | Change-Id: I5fcd011e0ab030ebf1aa40818a05853117cc6811 Fixes: 36977046 Test: checkbuild
* Expose ConfigUpdater Intents in SystemApiChad Brubaker2017-04-061-0/+72
The Intents are are in the android namespace and should have been exposed as SystemApi, but were not previously. Since there are no classes in the framework that reference these Intents this adds android.os.ConfigUpdate to have them all in one place. Test: builds Change-Id: I2086945301f06b28b491ec876652c37e97315e8c Fixes: 35252508 Fixes: 35266806 Fixes: 35266833 Fixes: 35271111 (cherry picked from commit 987b0fc4a57c8b8246b12069a5db06693bc3eea6)