diff options
Diffstat (limited to '')
-rw-r--r-- | updater_sample/res/raw/sample.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/updater_sample/res/raw/sample.json b/updater_sample/res/raw/sample.json index 7ac8ffab7..46fbfa33e 100644 --- a/updater_sample/res/raw/sample.json +++ b/updater_sample/res/raw/sample.json @@ -1,7 +1,7 @@ { "__name": "name will be visible on UI", "__url": "https:// or file:// uri to update package (zip, xz, ...)", - "__type": "NON_STREAMING (from a local file) OR STREAMING (on the fly)", + "__ab_install_type": "NON_STREAMING (from a local file) OR STREAMING (on the fly)", "name": "SAMPLE-cake-release BUILD-12345", "url": "http://foo.bar/builds/ota-001.zip", "ab_install_type": "NON_STREAMING", |