Samsung Android 7.0 has the warning notifications for putting my App to sleep. This will even kill the sticky service. Is there any way to add my app to the "Unmonitored Apps". Or use intent to bring the user to this setting page at least.
Asked
Active
Viewed 1,189 times
11
-
1did u get any solution for this? – Nabeel Thobani Oct 23 '17 at 07:45
-
@NabeelThobani Not yet, I will post it here whenever I have. – Ziwei Zeng Oct 30 '17 at 17:20
-
I tried sending out high priority push notification to my app and onPushReceived i started a service again. This seems to be working for few attempts but i will test it thoroughly because i still have doubts on this solution – Nabeel Thobani Oct 31 '17 at 05:36
-
This might be a workaround. But Samsung Galaxy S8 plus has a feature called "Always sleeping apps"(Select apps that will be put to sleep immediately when they aren't bing used.) If user put your app in this list, I think your app will be killed by the system very soon even your backend service triggered by the push notification time from time. – Ziwei Zeng Oct 31 '17 at 20:08
-
I saw "Always sleeping apps" option in s7 and s8 both. – Nabeel Thobani Nov 01 '17 at 06:01