A alon Active Member Licensed User Longtime User Jun 19, 2018 #1 Hi, I have change the android:targetSdkVersion to 26, After doing it I could not create db, and if I will set it back to android:targetSdkVersion 19. It will work again. my Sql Ver is 1.5 B4X: sql.Initialize(File.DirDefaultExternal, "logistic.db", True) Any Idea Why ? Thanks In Advance
Hi, I have change the android:targetSdkVersion to 26, After doing it I could not create db, and if I will set it back to android:targetSdkVersion 19. It will work again. my Sql Ver is 1.5 B4X: sql.Initialize(File.DirDefaultExternal, "logistic.db", True) Any Idea Why ? Thanks In Advance
kisoft Well-Known Member Licensed User Longtime User Jun 19, 2018 #2 hi https://www.b4x.com/android/forum/threads/runtime-permissions-android-6-0-permissions.67689/ Upvote 0
KMatle Expert Licensed User Longtime User Jun 19, 2018 #3 No permission = No file access = DB can't be created/opened Upvote 0
A alon Active Member Licensed User Longtime User Jun 19, 2018 #4 kisoft said: hi https://www.b4x.com/android/forum/threads/runtime-permissions-android-6-0-permissions.67689/ Click to expand... Thanks Upvote 0
kisoft said: hi https://www.b4x.com/android/forum/threads/runtime-permissions-android-6-0-permissions.67689/ Click to expand... Thanks