I'm not sure what is going on. System update? Below items worked a couple of days ago.
SQL1.Initialize(File.DirRootExternal, "Golf_Match/DB/Golfers4.db", True) <-- android.database.sqlite.SQLiteCantOpenDatabaseException: Cannot open database '/storage/emulated/0/Golf_Match/DB/Golfers4.db' with flags 0x10000010: File /storage/emulated/0/Golf_Match/DB/Golfers4.db is not readable
Dim sf As Object = FTP.DownloadFile("ftp/hdcp_index.txt", False, File.DirRootExternal, "Golf_Match/hdcp_index.txt")
Wait For (sf) FTP_DownloadCompleted (ServerPath As String, Success As Boolean)
Also new: when I install, there is a new popup (google Play Protect). I I selected both scan and not to scan.
This is no own program for personal use. Google play does not apply. I have developer options enabled.
Is it possible to totally bypass this?
Not sure what else may have stopped working.
Very frustrating.
AddManifestText(
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="26"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
'---------- Permissions ------------------
AddPermission(android.permission.WRITE_EXTERNAL_STORAGE) ' Allows an application to write to external storage.
AddPermission(android.permission.ACCESS_FINE_LOCATION)
SQL1.Initialize(File.DirRootExternal, "Golf_Match/DB/Golfers4.db", True) <-- android.database.sqlite.SQLiteCantOpenDatabaseException: Cannot open database '/storage/emulated/0/Golf_Match/DB/Golfers4.db' with flags 0x10000010: File /storage/emulated/0/Golf_Match/DB/Golfers4.db is not readable
Dim sf As Object = FTP.DownloadFile("ftp/hdcp_index.txt", False, File.DirRootExternal, "Golf_Match/hdcp_index.txt")
Wait For (sf) FTP_DownloadCompleted (ServerPath As String, Success As Boolean)
Also new: when I install, there is a new popup (google Play Protect). I I selected both scan and not to scan.
This is no own program for personal use. Google play does not apply. I have developer options enabled.
Is it possible to totally bypass this?
Not sure what else may have stopped working.
Very frustrating.
AddManifestText(
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="26"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
'---------- Permissions ------------------
AddPermission(android.permission.WRITE_EXTERNAL_STORAGE) ' Allows an application to write to external storage.
AddPermission(android.permission.ACCESS_FINE_LOCATION)