mirror of
https://github.com/adolfintel/OpenPods.git
synced 2026-09-14 23:06:11 -04:00
Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.dosse.airpods;
|
||||
|
||||
import android.content.BroadcastReceiver;
|
||||
import android.content.Context;
|
||||
import android.content.Intent;
|
||||
|
||||
public class Starter extends BroadcastReceiver {
|
||||
@Override
|
||||
public void onReceive(Context context, Intent intent) {
|
||||
context.startService(new Intent(context,PodsService.class));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user