/**@class android.content.pm.ServiceInfo.ForegroundServiceType
implements java.lang.annotation.Annotation
The set of flags for foreground service type.
The foreground service type is set in {@link android.R.attr#foregroundServiceType}
attribute.
@hide
*/
var ForegroundServiceType = {
};