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
Full Specifications
What's new in version 1.4.2
Zoom level is remembered the app is restarted.Crash fix