updateApp

abstract fun updateApp(url: String): Boolean

Update the client application from the given url.

Deprecated

Use updateApplication

Calling this directly from a controller app is not supported, instead to update Controller app call this on an instance returned from targetLocal.

Primary app can be updated by directly calling this from the primary app.

Return

True if update successfully started.

Parameters

url

URL from which to download the APK. The package name of this should match with the package name of the app calling this