is there an Solution to find an older Version on Device??
The Problem is, i must cange the Package Name (Problem with oAuth2) from upper and lowercases to lowercase only. The Package name ifself was not changed!
The path to store the data I get with the following code:
With a Filemanager I see under /Android/Data/... only 1 corresponding directory. This is in lowercase (new Version of Package Name).
1. Problem:
The newer Version cant access to the SQLite Files and Folder until the older Version is uninstalled.
2. Problem:
If the older version is uninstalled, the stored data (in the ext. or internal memory) is lost. However, these are still required.
The Problem is, i must cange the Package Name (Problem with oAuth2) from upper and lowercases to lowercase only. The Package name ifself was not changed!
The path to store the data I get with the following code:
B4X:
Dim paths() As Object = GetContext.RunMethod("getExternalFilesDirs", Array(Null))
1. Problem:
The newer Version cant access to the SQLite Files and Folder until the older Version is uninstalled.
2. Problem:
If the older version is uninstalled, the stored data (in the ext. or internal memory) is lost. However, these are still required.
Last edited: