SPECIAL_USE constant

int const SPECIAL_USE

Constant corresponding to specialUse in the R.attr.foregroundServiceType attribute. Use cases that can't be categorized into any other foreground service types, but also can't use JobInfo.Builder APIs.

Implementation

static const int SPECIAL_USE = 1073741824;