Join Slack
Powered by
anyone knows how to restart app programaticlly in ...
# android
a
am414
04/05/2020, 5:08 PM
anyone knows how to restart app programaticlly in android 10 ?? pending intent + alarm maneger didn't work
b
bezrukov
04/05/2020, 5:26 PM
Try this lib
https://github.com/JakeWharton/ProcessPhoenix
bezrukov
04/05/2020, 5:27 PM
https://github.com/JakeWharton/ProcessPhoenix/blob/master/process-phoenix/src/main/java/com/jakewharton/processphoenix/ProcessPhoenix.java
Here is the source code, no alarm manager necessary
11
Views
Open in Slack
Previous
Next