startNotSticky constant

AndroidServiceStartType const startNotSticky

Corresponds to Service.START_NOT_STICKY.

Implementation

static const AndroidServiceStartType startNotSticky =
    AndroidServiceStartType(2);