mirror of
https://github.com/adolfintel/OpenPods.git
synced 2026-09-14 23:06:11 -04:00
Added Settings and About pages (still need translation)
This commit is contained in:
@@ -18,4 +18,10 @@ public class Starter extends BroadcastReceiver {
|
||||
public static final void startPodsService(Context context){
|
||||
context.startService(new Intent(context, PodsService.class));
|
||||
}
|
||||
|
||||
public static final void restartPodsService(Context context){
|
||||
context.stopService(new Intent(context, PodsService.class));
|
||||
try{Thread.sleep(500);}catch(Throwable t){}
|
||||
context.startService(new Intent(context, PodsService.class));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user