Skip to content

Commit

Permalink
fix(android): add missing import androidx.core.app.ActivityCompat (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu authored Dec 10, 2024
1 parent 6d479e5 commit db61727
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/android/com/adobe/phonegap/push/PushPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import android.os.Build
import android.os.Bundle
import android.provider.Settings
import android.util.Log
import androidx.core.app.ActivityCompat
import androidx.core.app.NotificationCompat
import androidx.core.app.NotificationManagerCompat
import com.google.android.gms.tasks.Tasks
Expand Down

0 comments on commit db61727

Please sign in to comment.