/titanium-improvedintent

Provides additional Intent.putExtra methods that are not available in the Titanium core to allow the type to be specified rather than guessed at.

Primary LanguageJavaOtherNOASSERTION

Basically this adds .putLongExtra(key, value) to Ti.Android.intent.

See example/app.js for an explanation of how this works.