コード例 #1
0
 public static void stopLite(Context context) {
   canRunNow(context, false);
   stopRunningLite(context);
 }
コード例 #2
0
 public static void startLite(Context context) {
   canRunNow(context, true);
   startRunningLite(context);
 }