Complete
over 3 years ago

WERETECH-11201

Fixed

On Venu 2/2s no ActivityMonitor Info?

Im surprized, for Venu 2/2s ActivityMonitor has no :info ... ?

if (ActivityMonitor has :Info) {
  var amoninfo = ActivityMonitor.getInfo();
  if (amoninfo != null) {
    System.println("Has AM Info");
  }
} else {
 System.println("No AM Info");
}

Venu 2/2s has :info, but .getInfo() leads to error. All other devices are ok, only Venu 2/2s ?

  • Are you using the 4.0.1 SDK or one of the previews?  Works fine for me with 4.0.1 Also, have you check for an update to devices? Oh, ok, with if (ActivityMonitor has :info), it should be Info - capital I.