6.0.3 • Published 1 year ago

@rolster/capacitor-device-manager v6.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Rolster Capacitor DeviceManager

Plugin for device manager information in mobile Android, Huawei and iOS.

Installation

Package only supports Capacitor 6

npm i @rolster/capacitor-device-manager

Android configuration

And register the plugin by adding it to you MainActivity's onCreate:

import com.rolster.capacitor.device.DeviceManagerPlugin;

public class MainActivity extends BridgeActivity {
  @Override
  public void onCreate(Bundle savedInstanceState) {
    registerPlugin(DeviceManagerPlugin.class);
    // Others register plugins

    super.onCreate(savedInstanceState);
  }
}
6.0.3

1 year ago

6.0.2

1 year ago

6.0.1

1 year ago

6.0.0

1 year ago