Skip to content

v2.0.0-android

Latest
Compare
Choose a tag to compare
@jquick-axway jquick-axway released this 06 Oct 20:28
· 7 commits to master since this release
d39f4c0
  • Set minsdk to Titanium 10.0.0.
  • Added promise and callback argument support to requestAccessFineLocation() API.
  • Added new method requestPermissions() which requests user for bluetooth and location permissions.
  • Fixed broadcast receivers to unregister themselves when backing out of the app.
    • Used to have a bug where old receivers were still bound to a terminated JS runtime.
  • Added new Android 12 permissions:
    • android.permission.BLUETOOTH_ADVERTISE
    • android.permission.BLUETOOTH_CONNECT
    • android.permission.BLUETOOTH_SCAN
  • Limited the following deprecated permissions up to Android 11. (Not needed on Android 12.)
    • android.permission.BLUETOOTH
    • android.permission.BLUETOOTH_ADMIN