[TIMOB-24506] Android N: Implement support for Doze
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Critical |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-04-18T18:24:06.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Eric Merriman |
Assignee | Frankie Merzadyan |
Created | 2017-03-20T20:26:02.000+0000 |
Updated | 2017-08-18T22:41:25.000+0000 |
Description
Support and integrate doze management. Doze essentially cycles on and off states for apps which changes an app's execution schedule. Affects alarm and network capabilities. e.g. real time messaging/notification.
After testing with KitchenSink app and custom Titanium app using notifications, it works fine. There is nothing we need to do. We don't use AlarmManager, SyncAdapters, etc which are effected by deep doze. As for networks requests it works fine. Used latest SDK (6.2.0) and latest CLI 6.2.0 on Android 7 device.