1package androidx.core.content; 2 3public class ContextCompat { 4 public static void startForegroundService(Context context, Intent intent) { 5 } 6}