mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Removing the userAgent setting from the platform module
This commit is contained in:
6
platform/platform.d.ts
vendored
6
platform/platform.d.ts
vendored
@@ -57,12 +57,6 @@ declare module "platform" {
|
||||
*/
|
||||
static uuid: string;
|
||||
|
||||
/**
|
||||
* Gets the user agent string as it would be reported by the
|
||||
* device built-in web browser control
|
||||
*/
|
||||
static userAgent: string;
|
||||
|
||||
/**
|
||||
* Gets the preferred language. For example "en" or "en_US"
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user