I have to applications that I want share the same database. In java I have seen this done using the sharedUserId in the manifest like this
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:sharedUserId="my.app">
Is there an equivalence of this in B4a please help I am desparate. By database is in the DirDefaultExternal folder.
See link http://stackoverflow.com/questions/7053809/share-sqlite-database-between-2-android-apps
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:sharedUserId="my.app">
Is there an equivalence of this in B4a please help I am desparate. By database is in the DirDefaultExternal folder.
See link http://stackoverflow.com/questions/7053809/share-sqlite-database-between-2-android-apps