Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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...

like image 374
user1891121 Avatar asked Feb 20 '13 19:02

user1891121


People also ask

What is a SEC Android app?

It is the package name (APK) for the Samsung camera application installed on a Samsung smartphone or tablet. The com prefix indicates an Android app package name. The sec is an acronym for Samsung Electronics Co., LTD. The Android.

What is a daemon app used for?

What is the Unified Daemon application? The Unified Daemon application provides support for a number of different apps on your device. These include the Weather, Yahoo Finance and Yahoo News apps amongst others. The data is used by apps such as the Alarm, S Planner (calendar) app and the camera.

What is COM SEC Android app camera in my activity?

Com. Sec Android Camera is the Android app package name for the program module on your Android device that manages your camera configurations. However, it's not found on just any mobile device. In fact, you'll only see it installed on Samsung phones.

What is SEC app?

The SEC mobile and tablet application, developed by XOS Digital, has been largely upgraded for the 2012-13 season. The newest version of the app features the latest conference news, updates and video highlights for all games. Fans may also access their “My Library” accounts through the official conference app.


1 Answers

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.

like image 160
CommonsWare Avatar answered Sep 30 '22 20:09

CommonsWare