Jump to content

rbarker

Verified Members
  • Posts

    15
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Thanks, I look forward to these additions to the API. Until then, is there an API to detect what device the app is running out or should we be using the Java android.os.Build.MODEL to determine device type?
  2. Is there a way to locate the device specific controller model at runtime from the native SDK? Also is there any API call that can be made that defines what the system offset and orientation of the beam is relative to the controller model? For example on the Focus plus, the system beam does not eminate straight out of controller but is rotated down. In order to match the device our application is running on it would be nice to have access these things at runtime.
  3. We need to kill the application some times from Java. I've tried calling both System.exit(0); and Process.killProcess(Process.myPid()); Both seem to cause the AcitivyManager to restart the application. Is there a way to prevent this?
×
×
  • Create New...