i developing android application has behaviour should not interrupted anything. basically, if it's running , doing it's supposed do, nothing else should happening on device.
in order achieve don't want rely on user in terms of disabling data sync, incoming call ring etc. - , app updates.
it important me because on quad core cpu app updates can cause rest of system become slow , unresponsive short periods of time.
i know there's option disable automatic updates in google play settings, want programmatically. there api call allows this?
Comments
Post a Comment