From 35f6c15ad48183066ce493ada99bfab1e49092d3 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Thu, 28 Dec 2017 13:07:48 +0100 Subject: [PATCH] docs(device): remove unsupported platforms (#2222) * docs(device): remove unsupported platforms * Update index.ts --- src/@ionic-native/plugins/device/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/device/index.ts b/src/@ionic-native/plugins/device/index.ts index 4a5caa2e5..8f2b4cd6a 100644 --- a/src/@ionic-native/plugins/device/index.ts +++ b/src/@ionic-native/plugins/device/index.ts @@ -24,7 +24,7 @@ declare const window: any; plugin: 'cordova-plugin-device', pluginRef: 'device', repo: 'https://github.com/apache/cordova-plugin-device', - platforms: ['Android', 'BlackBerry 10', 'Browser', 'Firefox OS', 'iOS', 'macOS', 'Tizen', 'Ubuntu', 'Windows', 'Windows Phone'] + platforms: ['Android', 'Browser', 'iOS', 'macOS', 'Windows'] }) @Injectable() export class Device extends IonicNativePlugin {