Skip to content

Releases: HelloVolla/volla-cloud-services

android-service-runtime-v0.2.0

13 Dec 18:02

Choose a tag to compare

Pre-release

Android Service Runtime

Apps

This release includes two different android apps:

android-service-runtime

The runtime app and management UI. It comes in two different builds types:

user: For use as a standard user app in the app grid. This can be used by any Android device.

system: For use as a system app, available via system settings. This must be specified as a system app, so should only be used in custom AOSP builds.

example-client-app

An example holochain app that relies on the conductor provided by the android-service-runtime app.

Release Formats

The android apps are published in two formats:

  • .apk support a single target cpu architecture
  • .aab contain builds for multiple target cpu architectures

Supported cpu architectures are: armv8, x86, and x86_64.