android-app-pause icon indicating copy to clipboard operation
android-app-pause copied to clipboard

Detect an app-level pause in Android.

Results 2 android-app-pause issues
Sort by recently updated
recently updated
newest added

Provide classes similar to `AbstractAppPauseActivity` that extend from all the basic Activity types, including: - `ListActivity` - `PreferenceActivity` - `SherlockFragmentActivity` - ...

enhancement

Instead of mandating the user to extend `AbstractAppPauseActivity` and `AbstractAppActiveService`, look into the possibility of using annotations. This will result in less boilerplate code.

enhancement