Ti.Android.currentActivity.startActivity(Ti.Android.createIntent({ action:Ti.Android.ACTION_VIEW, type : 'application/' & f.extension(), data : f.getNativePath() }));
this above code is not working on andorid 4.2
what's worng ?..
Ti.Android.currentActivity.startActivity(Ti.Android.createIntent({ action:Ti.Android.ACTION_VIEW, type : 'application/' & f.extension(), data : f.getNativePath() }));
this above code is not working on andorid 4.2
what's worng ?..