What is com.sec.android.provider. * Applications?

I know this is not a code issue. However, I am trying to work with some databases that are stored in directories like /data/data/com.sec.android.provider.* .

What does "sec" mean in the provider signature? Does it depend on the supplier of production?

One example: the content provider for call_logs reads the database in /data/data/com.sec.android.provider.logsprovider on Samsung. What did the same content provider on HTC read?

I'm a little confused...

+8
android database sqlite provider
source share
1 answer

However, I am trying to work with some databases that are stored in directories, for example /data/data/com.sec.android.provider. *.

This is not part of the Android SDK.

What does "sec" mean in the supplier’s signature?

Samsung Electronics Corporation is my guess.

+7
source share

All Articles