summaryrefslogtreecommitdiff
path: root/doze
AgeCommit message (Collapse)Author
2020-04-30sdm660-common: doze: Follow Android 10 changes on switchbarjhenrique09
Change-Id: Ifad28dc874233eb41d89580895b769ecbc3ea670
2020-04-30sdm660-common: doze: Clean up proguard flagsBruno Martins
Change-Id: If0250fb629417d36c2af7286bc0620e682c4576e
2020-04-30sdm660-common: doze: Migrate to androidxBruno Martins
Change-Id: Ifaa67283a3437549a2304088a0ce377b399da19f
2019-08-13wayne-common: doze: Match Pie settings UIJoey
Change-Id: Ia1cde37923c55faf057189f7085b69522e2802ef Signed-off-by: PIPIPIG233666 <2212848813@qq.com>
2019-08-13wayne-common: Doze: Drop useless SDK dependencyBruno Martins
Change-Id: I74901339740b82b79f36754c7e52894a98020c3d
2019-08-13wayne-common: Set LOCAL_SDK_VERSION where possible.Anton Hansson
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: Ic906adbd670c4dbfe2cdf0b71cdbeaf9ac08a27e
2019-08-13wayne-common: Doze: Add missing preference listenersBruno Martins
* Otherwise, it resulted in Doze service not being activated when enabling one of the features for the first time after a clean installation. Change-Id: I625d9109fb85c970f0e59b1cbcabba7d4375d2f3
2018-07-13wayne: Import XiaomiDoze from msm8996-commonIsaac Chen
Change-Id: Id2ad90466f64761a43bb8c768630b14620bee35c Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>