google play - Is there an API call that allows to disable app updates on Android? -


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