I have two different application 1. databaseSetup Application -- database.apk 2. Sales Application -- salesApp.apk
I am having like this because of if the database corrupted, need to reinstall database only. Don't need to install the application that time.
Package for databaseSetup application
/data/data/com.xont.app/databases/
Package for Sales Application - com.xont.controller
I want access the Database from different package.That means sales aapplication package is com.xont.controller & database package is /data/data/com.xont.app/databases/ .
Is it possible to access this folder different application?
For that question I got link from one of my friend Click
In there i couldn't understand the share a user ID and are signed by the same signing key. What is the User ID & Sining Key?
Please anybody tell me what is the UserID, SingingKey? & how can I share both?
Please help me this...
Thanks in advance...