Hi Now, I am building android from source code. And I add pre-installed app (/system/app).
The app has big data at contents provider, so I want to make contents provider's data beforehand, and load the data from the app. I think, the first run of Android is 1.android install pre-install apps and create contents provider. 2.user run app and insert data to app's contents provider. I want to prepared the date of contents provider such as /data/data/ com.aaa.app/. I want to change the process of installing such as, 1.android install pre-install apps and use /data/data/com.aaa.app/ ( prepared, beforehand ) 2.user run app and load data to app's contents provider. How do the app load the data ? Thanks in Advance. Akira -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
