Exemplo n.º 1
0
    public SvrNativeInterface()
    {
        InitAndroidInterface();

        AppUtils        = new AppUtils(this);
        ApkUtils        = new ApkUtils(this);
        BatteryUtils    = new BatteryUtils(this);
        WifiUtils       = new WifiUtils(this);
        VolumeUtils     = new VolumeUtils(this);
        BrightnessUtils = new BrightnessUtils(this);
        DateTimeUtils   = new DateTimeUtils(this);
        WFDUtils        = new WFDUtils(this);
        FotaUtils       = new FotaUtils(this);
        BluetoothUtils  = new BluetoothUtils(this);
        DeviceUtils     = new DeviceUtils(this);
    }
Exemplo n.º 2
0
 public BrightnessListener(BrightnessUtils oTG) : base("com.ssnwt.vr.androidmanager.BrightnessUtils$Listener")
 {
     oTGContent = oTG;
 }