livefront / bridge

An Android library for avoiding TransactionTooLargeException during state saving and restoration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mention GET_TASKS permission restriction for pre-Android 4.4 in README

byencho opened this issue · comments

The GET_TASKS permission appears to be required to call getRunningTasks() for Android 4.4 and below. This should be called out in the README.

See #59 for more details.