Skip to content

Commit 32f8fce

Browse files
committed
clean
1 parent df49fac commit 32f8fce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OpenPods/app/src/main/java/com/dosse/airpods/Starter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public void onReceive (Context context, Intent intent) {
2323
}
2424

2525
public static void startPodsService (Context context) {
26-
if (Build.VERSION.SDK_INT >= 30)
26+
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.R)
2727
context.startForegroundService(new Intent(context, PodsService.class));
2828
else
2929
context.startService(new Intent(context, PodsService.class));

0 commit comments

Comments
 (0)