History log of /packages/providers/CallLogProvider/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
08f71f5bb4dff48cdb94296c56c889f21568ad7b 22-Feb-2018 Anton Hansson <hansson@google.com> packages/providers/CallLogProvider: Set LOCAL_SDK_VERSION where possible.

This change sets LOCAL_SDK_VERSION for all packages where
this is possible without breaking the build, and
LOCAL_PRIVATE_PLATFORM_APIS := true otherwise.

Setting one of these two will be made required soon, and this
is a change in preparation for that. Not setting LOCAL_SDK_VERSION
makes the app implicitly depend on the bootclasspath, which is
often not required. This change effectively makes depending on
private apis opt-in rather than opt-out.

Test: make relevant packages
Bug: 73535841
Change-Id: Icf21de9c7d9a65640732c54e1fd24d090d57e30b
/packages/providers/CallLogProvider/Android.mk
1fac97f13fcda949bae32569eb2333c5b4161b61 06-Apr-2016 Sebastien Hertz <shertz@google.com> Update code coverage filter

Bug: 28014424
Change-Id: I85b80fbea4a84a0bdf0c5178b3ed5712eb67eba2
/packages/providers/CallLogProvider/Android.mk
349e0f4b527d73ed575d4c33eed1e99599e5acf6 09-Oct-2015 Santos Cordon <santoscordon@google.com> Add a check for full-memory-backup user awareness.

Also, update the package name of CallLogBackupAgent.

Bug: 24783945
Change-Id: Iccf88af058260bc94ac6837868c4da692427f464
/packages/providers/CallLogProvider/Android.mk
61cc930dd36a8d9efa02195fa7f55bbe87209788 06-Mar-2015 Santos Cordon <santoscordon@google.com> Move Call Log backup into it's own package.

Moves the call log backup from the contacts provider into it's own
package. This should make it easier to support backup through the same
package name for OEMs which revise (and rename) the contacts provider.

Also add a CallLogChangeReceiver to receive notices from the
CallLogProvider when the call log changes. When this happens, the
receiver notifies the backup manager that it should run a backup at it's
earliest convenience.

Change-Id: I5774bba333a83adf53e1733f80a3df9e8140adb8
/packages/providers/CallLogProvider/Android.mk
339272c8696803e168c2c12e0658afee1da9a902 13-Jan-2015 Santos Cordon <santoscordon@google.com> Add new empty project for CallLogProvider

Contents copied mostly from ContactsProvider.

Change-Id: Ib9e272052456e175057730af9d73c701b1e053fa
/packages/providers/CallLogProvider/Android.mk