There are two applications with a common prefix in the package. You need to create a shared zone to store shared IDs. This zone should ideally be saved even if both applications were deleted, but the task is to save it at least if only one of the applications is deleted (you cannot duplicate data, access to other applications besides the current ones should also be closed). Can Keystore be customized for this behavior?
- And how did you try to solve this problem yourself? - Fomina Ekaterina
- There is no ready solution yet. There is either an option using KeyStore separately, or ContentProvider as a proxy. The question is rather not about a specific decision, but about a hint in which direction to move - Arderun
|