I meet one case: my several apps(app-A, app-B, app-C) may run on same andorid device. But I need to send just once notification per day during these apps. My design is to use a gloal flag like create a empty file with date like: notify_file_2017_01_07, But It may encounter the conrrent problem. So is there a good solution to set system global flag like this ?
Actually this is different with: Data sharing between two applications, it's about how to set gloal sharing flag in multiple apps, but not to exchange data between two apps.