希望在2:50的某些时候创建app cordova和ionic for android到alaram并且我希望程序运行甚至关闭程序 我使用katzer / cordova-plugin-background-mode插件,但当我关闭程序时,它关闭并且仍然不在后台运行这是代码
writer=new PrintWriter(new FileWriter(file,true));
for(int i=1;i<=60;i++){
if(temp.contains(i)){
writer.println(i+" +++++++++++++++++ N");
}
else{
writer.println(i+" --- Y");
}
}
如果用户关闭程序,如闹钟或某些程序提醒,我怎么能让app仍然运行?