I use runtimepermission, create a SQLite table and display data in B4XMainPage. All works well the first run. I run the app in debug or release. The first run it displays the data as expected in the logs. I exit the app with the back key and run it a second time. No table data is displayed in the logs the 2nd run.
After clicking the back key to exit the first time:, the log is:
** Activity (main) Pause event (activity is not paused). **
After I run the 2nd time here is the log, but no data is displayed:
** Activity (main) Resume **
After clicking the back key to exit the first time:, the log is:
** Activity (main) Pause event (activity is not paused). **
After I run the 2nd time here is the log, but no data is displayed:
** Activity (main) Resume **