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); }
public FotaListener(FotaUtils oTG) : base("com.ssnwt.vr.androidmanager.FotaUtils$FotaListener") { oTGContent = oTG; }