Detect FOTA with a generic flag in the user-agent.
This commit is contained in:
Родитель
5ceecd4182
Коммит
26fef4f318
|
@ -800,7 +800,7 @@ module TDev.Cloud {
|
|||
}
|
||||
|
||||
export function isFota() {
|
||||
return navigator.userAgent.indexOf("SamsungBrowser/microbit") > 0;
|
||||
return navigator.userAgent.indexOf("Profile/OTA-DFU1.0") > 0;
|
||||
}
|
||||
|
||||
export function postUserInstalledCompileAsync(guid: string, cppSource: string, meta: any = {}): Promise {
|
||||
|
|
Загрузка…
Ссылка в новой задаче