Difference between revisions of "HowTo:Start/Stop Push Service (UBIK Android)"
Line 10: | Line 10: | ||
* [[Push Service (Client)]] | * [[Push Service (Client)]] | ||
+ | |||
+ | [[Category:Android]] | ||
+ | [[Category:Version 2.4.1]] | ||
[[Category:How-To]] | [[Category:How-To]] | ||
− | |||
− | |||
− |
Revision as of 16:09, 2 February 2015
After logging in, users still have the possibility to start/stop the push service by changing the "ActivatePushService" setting.
If the push service is not started and the user changes the setting value from "false" to "true", the push service will be started;
If the push service is already started and the user changes the setting value from "true" to "false", the push service will be stopped.
The push service will never be started if the user is not yet logged in, regardless of how the above mentioned setting is changed. |