mirror of
https://github.com/adolfintel/OpenPods.git
synced 2026-09-14 23:06:11 -04:00
Release 0.2 (Alpha 2)
This commit is contained in:
@@ -11,7 +11,6 @@ import android.util.Log;
|
||||
public class Starter extends BroadcastReceiver {
|
||||
@Override
|
||||
public void onReceive(Context context, Intent intent) {
|
||||
Log.d("PODS","BOOT COMPLETE!!!!!!!!");
|
||||
context.startService(new Intent(context,PodsService.class));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user