summaryrefslogtreecommitdiff
path: root/core/src/main/java/android/support/v4
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/java/android/support/v4')
-rw-r--r--core/src/main/java/android/support/v4/app/SafeJobIntentService.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/main/java/android/support/v4/app/SafeJobIntentService.java b/core/src/main/java/android/support/v4/app/SafeJobIntentService.java
index c07c409ee..aedc9418b 100644
--- a/core/src/main/java/android/support/v4/app/SafeJobIntentService.java
+++ b/core/src/main/java/android/support/v4/app/SafeJobIntentService.java
@@ -1,4 +1,4 @@
-package android.support.v4.app;
+package androidx.core.app;
import android.app.job.JobParameters;
import android.app.job.JobServiceEngine;
@@ -6,7 +6,7 @@ import android.app.job.JobWorkItem;
import android.content.Intent;
import android.os.Build;
import android.os.IBinder;
-import android.support.annotation.RequiresApi;
+import androidx.annotation.RequiresApi;
import android.util.Log;