- introduction
- picture
- Boutique
- Related
Developer's DescriptionBy tekkies.co.ukThis plugin allows other Android apps to display Bible passages from the King James Version of the Bible.App developers can integrate this with the...This plugin allows other Android apps to display Bible passages from the King James Version of the Bible.App developers can integrate this with the following code:Intent intent = new Intent(Intent.ACTION_VIEW);intent.setType("vnd.android.cursor.item/vnd.uk.co.tekkies.bible.passage");intent.putExtra("passage","Hebrews 11");activity.startActivity(intent);Recent changes:Zoom level is remembered the app is restarted.Crash fixContent rating: Everyone