Provider for emergency mode (com.sec.android.emergencylauncher) Content providers encapsulate data, providing centralized management of data shared between apps. For example: the Settings provider. It stores all the settings from your Settings app in a database, which apps can query for info on whether you for example have Dark Mode turned on or off. https://developer.android.com/guide/topics/providers/content-providers.html
Phones target this application