summaryrefslogtreecommitdiff
path: root/legacy
AgeCommit message (Collapse)Author
2021-02-20Merge "[LSC] Add LOCAL_LICENSE_KINDS to packages/apps/CellBroadcastReceiver" ↵Bob Badour
am: 148d744f0e am: 7c586da9e6 am: 00369fda4f Original change: https://android-review.googlesource.com/c/platform/packages/apps/CellBroadcastReceiver/+/1588383 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I7e17b175bac8145dbe989fb710fd6e47fb5c9c4b
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to packages/apps/CellBroadcastReceiverBob Badour
Added SPDX-license-identifier-Apache-2.0 to: Android.bp RROSampleTestApp/Android.bp apex/Android.bp apex/testing/Android.bp legacy/Android.bp tests/testapp/Android.bp tests/unit/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: If350df371fca3a3c0aa2bc329fe5452aae894bc5
2020-10-19support migrating alert reminder interval preferenceChen Xu
Setting value of reminder interval is not miragted after OTA Bug: 170918387 Test: Manual test upgrade from Q to R Change-Id: Ia3fdf38dd5e7995d71fcfb16be1cfab773bc73b0
2020-06-08migrate preference from developer modeChen Xu
Bug: 155844209 Test: Manual test upgrading frm Q to R Change-Id: Ibd148e0cd3ce4c7455d3640c67794fe31c18c4d5
2020-05-27support data migration by defaultChen Xu
As part of mainline effort, cellbroadcastreceiver package name has been renamed. Now its a completely new apk with different uid. That said all user data e.g, cellbroadcast history and user preference from legacy app com.android.cellbroadcastreceiver are gone. This change is to support preserve user data when devices upgrating to R and taking cellbroadcast mainline module. 1. create legacy cellbroadcast app with old pakcage name com.android.cellbroadcastreceiver. this app only surface the old data and should not contains any activities/services to handle emergecy apert 2. legacy cellbroadcast app will be included to the system image by default. OEMs are free to remove it if they don't care data loss or R data migration is done. leagcy app will not be part of com.android.cellbroadcast apex. 3. the real mainline module rename to com.android.cellbroadcast.module Bug: 155844209 Change-Id: I25beb1b76f3231691188de51977ce17f721dcdae Merged-in: I25beb1b76f3231691188de51977ce17f721dcdae