System app database

Package

com.microsoft.emmx

Edge

1device profile
1observation
0user-facing hits
13 Mar 2026last seen

Package intelligence

Observed signing, permission, version and size signals from contributing devices - descriptive of that sample, not a verdict. These come from the v2 Package Search sync, which not every device has contributed to yet, so for some packages this detail is partial or not present at all.

Third-party
preinstall provenance
1
signing cert
consistent across devices
71
permissions
largest set observed
234.0 MB
APK size
36
target SDK
144.0.3719.91
versions observed
1
device profile
Declared permissions (71)

Largest permission set observed for this package. Text is Android's own published description where one exists; platform permissions Android does not document show their granted protection level (in grey) instead; vendor or unknown constants show the name only.

PermissionDescription
ACCESS_ADSERVICES_ATTRIBUTION -
ACCESS_COARSE_LOCATION This app can get your approximate location from location services while the app is in use. Location services for your device must be turned on for the app to get location.
ACCESS_FINE_LOCATION This app can get your precise location from location services while the app is in use. Location services for your device must be turned on for the app to get location. This may increase battery usage.
ACCESS_NETWORK_STATE Allows the app to view information about network connections such as which networks exist and are connected.
ACCESS_WIFI_STATE Allows the app to view information about Wi-Fi networking, such as whether Wi-Fi is enabled and name of connected Wi-Fi devices.
AUTHENTICATE_ACCOUNTS Install-time permission, granted automatically. docs ↗
BLUETOOTH Allows the app to view the configuration of the Bluetooth on the phone, and to make and accept connections with paired devices.
BLUETOOTH_ADVERTISE Allows the app to advertise to nearby Bluetooth devices
BLUETOOTH_CONNECT Allows the app to connect to paired Bluetooth devices
BLUETOOTH_SCAN Allows the app to discover and pair nearby Bluetooth devices
CAMERA This app can take pictures and record videos using the camera while the app is in use.
CAPTURE_KEYBOARD -
CREDENTIAL_MANAGER_QUERY_CANDIDATE_CREDENTIALS Install-time permission, granted automatically.
CREDENTIAL_MANAGER_SET_ALLOWED_PROVIDERS Install-time permission, granted automatically.
CREDENTIAL_MANAGER_SET_ORIGIN Install-time permission, granted automatically.
DETECT_SCREEN_CAPTURE This app will get notified when a screenshot is taken while the app is in use.
DOWNLOAD_WITHOUT_NOTIFICATION -
FLASHLIGHT Install-time permission, granted automatically.
FOREGROUND_SERVICE Allows the app to make use of foreground services.
FOREGROUND_SERVICE_DATA_SYNC Allows the app to make use of foreground services with the type "dataSync"
FOREGROUND_SERVICE_MEDIA_PLAYBACK Allows the app to make use of foreground services with the type "mediaPlayback"
FOREGROUND_SERVICE_MEDIA_PROJECTION Allows the app to make use of foreground services with the type "mediaProjection"
FOREGROUND_SERVICE_MICROPHONE Allows the app to make use of foreground services with the type "microphone"
GET_ACCOUNTS Allows the app to get the list of accounts known by the phone. This may include any accounts created by applications you have installed.
HAND_TRACKING -
HIGH_SAMPLING_RATE_SENSORS Allows the app to sample sensor data at a rate greater than 200 Hz
INTERNET Allows the app to create network sockets and use custom network protocols. The browser and other applications provide means to send data to the internet, so this permission is not required to send data to the internet.
MANAGE_ACCOUNTS Install-time permission, granted automatically. docs ↗
MODIFY_AUDIO_SETTINGS Allows the app to modify global audio settings such as volume and which speaker is used for output.
NFC Allows the app to communicate with Near Field Communication (NFC) tags, cards, and readers.
POST_NOTIFICATIONS Allows the app to show notifications
QUERY_ALL_PACKAGES Allows an app to see all installed packages.
READ_CONTACTS Allows the app to read data about your contacts stored on your phone. Apps will also have access to the accounts on your phone that have created contacts. This may include accounts created by apps you have installed. This permission allows apps to save your contact data, and malicious apps may share contact data without your knowledge.
READ_EXTERNAL_STORAGE Allows the app to read the contents of your shared storage.
READ_MEDIA_AUDIO Allows the app to read audio files from your shared storage.
READ_MEDIA_IMAGES Allows the app to read image files from your shared storage.
READ_MEDIA_VIDEO Allows the app to read video files from your shared storage.
READ_MEDIA_VISUAL_USER_SELECTED Allows the app to read image and video files that you select from your shared storage.
RECEIVE_BOOT_COMPLETED Allows the app to have itself started as soon as the system has finished booting. This can make it take longer to start the phone and allow the app to slow down the overall phone by always running.
RECEIVE_SMS Allows the app to receive and process SMS messages. This means the app could monitor or delete messages sent to your device without showing them to you.
RECORD_AUDIO This app can record audio using the microphone while the app is in use.
REORDER_TASKS Allows the app to move tasks to the foreground and background. The app may do this without your input.
REPOSITION_SELF_WINDOWS -
REQUEST_INSTALL_PACKAGES Allows an application to request installation of packages.
RUN_USER_INITIATED_JOBS Install-time permission, granted automatically. docs ↗
SCENE_UNDERSTANDING_FINE -
SEND_SMS Allows the app to send SMS messages. This may result in unexpected charges. Malicious apps may cost you money by sending messages without your confirmation.
USE_BIOMETRIC Allows the app to use biometric hardware for authentication
USE_CREDENTIALS Install-time permission, granted automatically.
USE_FINGERPRINT Allows the app to use fingerprint hardware for authentication
VIBRATE Allows the app to control the vibrator.
WAKE_LOCK Allows the app to prevent the phone from going to sleep.
com.android.alarm.permission.SET_ALARM -
com.android.launcher.permission.INSTALL_SHORTCUT -
com.android.vending.BILLING -
com.asus.msa.SupplementaryDID.ACCESS -
com.chrome.permission.DEVICE_EXTRAS -
com.google.android.apps.now.CURRENT_ACCOUNT_ACCESS -
com.google.android.c2dm.permission.RECEIVE -
com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE -
com.google.android.gms.permission.AD_ID -
com.google.android.providers.gsf.permission.READ_GSERVICES -
com.microsoft.emmx.TOS_ACKED -
com.microsoft.emmx.configurator.READ -
com.microsoft.emmx.permission.C2D_MESSAGE -
com.microsoft.emmx.permission.MIPUSH_RECEIVE -
com.microsoft.emmx.permission.PROCESS_PUSH_MSG -
com.microsoft.emmx.permission.PUSH_PROVIDER -
com.microsoft.emmx.permission.READ_WRITE_BOOKMARK_FOLDERS -
com.orange.update.permission.READ_ATTRIBUTION -
freemme.permission.msa -

Manage on devices

ADB commands for this package (the inverse of each is included so you can undo). Run from an authorised shell or wire the equivalent into your DPC. Verify on a test device first - this database doesn’t yet classify which packages are safe to change. --user 0 targets the current user; drop it (and use a privileged shell) to act device-wide.

Disable for the current user
adb shell pm disable-user --user 0 com.microsoft.emmx
Remove for the current user - a per-user uninstall; the APK stays on /system, so Restore re-adds it (-k keeps app data)
adb shell pm uninstall -k --user 0 com.microsoft.emmx
Re-enable
adb shell pm enable com.microsoft.emmx
Restore (re-install for the current user)
adb shell pm install-existing com.microsoft.emmx

Seen on

Each record is a device profile (make + model + Android version). Each unique handset that syncs against a matching profile will increase the observations of a package, thereby increasing confidence that a package is expected to be on a device.

OEMModelAndroidProvenanceObservationsLast seen
TCL 9566X Android 15 Third-party Microsoft 1 13 Mar 2026

Known labels

Locale-aware display names seen in the wild.

LabelLocaleSeen
Edge en 1
Edge en-gb 1