What are com.sec.android.provider.* apps exactly?

2019-04-06 14:14发布

I know it's not a code question. However, i try to work on some databases that stored in directories like /data/data/com.sec.android.provider.*.

What does it mean by "sec" in the provider signature? Does it depend on the manufacture provider?

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

Im a bit confused...

1条回答
放我归山
2楼-- · 2019-04-06 14:44

However, i try to work on some databases that stored in directories like /data/data/com.sec.android.provider.*.

Those are not part of the Android SDK.

What does it mean by "sec" in the provider signature?

Samsung Electronics Corporation is my guess.

查看更多
登录 后发表回答