Package
com.android.launcher3
Quickstep
Guidance
This is Launcher3, the reference home screen (launcher) in the Android Open Source Project. On many devices it is labelled "Quickstep", the name used for the Launcher3 build that also drives gesture navigation and the recent apps (overview) screen. Launcher3 is the code base that many device makers fork to build their own home experience. Because it is AOSP code rather than a Google application, it is signed by the device maker. Some manufacturers ship Launcher3 largely as-is, while others replace it with, or hide it behind, their own branded launcher. Where it is present and set as the default it is the home app: the process that draws the home screen and, on gesture-navigation builds, handles the home and recents gestures. For Android Enterprise, EMM and kiosk fleets this matters because the home role is essential. Disabling or removing the active launcher with no replacement leaves the device with nowhere to return to when Home is pressed. Managed deployments that need a locked-down home screen normally do not remove the launcher; they set a dedicated kiosk or EMM launcher as the preferred home activity so a controlled launcher takes over instead. Treat this package as safe to disable only when another home app is installed and set as the default.
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.
- Re-signed by each device maker with its own platform key - 15 different certificates appear across 13 device makers in our sample. That is the signature of a stock AOSP/system package every OEM builds and signs itself, not a single maker's or a third party's preinstall.
- Its largest observed manifest declares 198 permissions: 1 runtime (user-granted), 58 signature or system-level, 12 install-time and 127 vendor or uncatalogued.
- APK size ranges from 0.7 MB to 60.3 MB across the reporting device profiles, so the build differs substantially between them.
- Never reported as user-facing, so it runs as a background or system component rather than an app the user opens.
Declared permissions (198)
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.
| Permission | Description |
|---|---|
android.intent.action.PACKAGE_CHANGED |
- |
ACCESS_CONTEXTUAL_SEARCH |
Signature or privileged system permission. |
ACCESS_NETWORK_STATE |
Allows the app to view information about network connections such as which networks exist and are connected. |
ACCESS_SHORTCUTS |
Signature-level system permission, for platform-signed apps. |
ACCESS_SURFACE_FLINGER |
Signature-level system permission, for platform-signed apps. |
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. |
ACTION_MANAGE_ALL_FILES_ACCESS_PERMISSION |
- |
ACTIVITY_EMBEDDING |
Signature or privileged system permission. |
ADD_TRUSTED_DISPLAY |
Signature-level system permission, for platform-signed apps. |
ALLOW_SLIPPERY_TOUCHES |
Signature or privileged system permission. |
BADGE_NOTIFICATION_PERMISSION |
- |
BIND_APPWIDGET |
Signature or privileged system permission. docs ↗ |
BIND_WALLPAPER |
Signature or privileged system permission. |
BROADCAST_CLOSE_SYSTEM_DIALOGS |
Signature or privileged system permission. docs ↗ |
BROADCAST_PACKAGE_REMOVED |
Signature-level system permission, for platform-signed apps. |
CHANGE_COMPONENT_ENABLED_STATE |
Signature or privileged system permission. |
CHANGE_CONFIGURATION |
Signature or privileged system permission. |
CLEAR_APP_CACHE |
Signature or privileged system permission. |
CLEAR_APP_USER_DATA |
Signature-level system permission, for platform-signed apps. |
CONTROL_REMOTE_APP_TRANSITION_ANIMATIONS |
Signature or privileged system permission. |
DELETE_PACKAGES |
Signature or privileged system permission. |
DEVICE_POWER |
Signature-level system permission, for platform-signed apps. |
EXPAND_STATUS_BAR |
Allows the app to expand or collapse the status bar. |
FILTER_EVENTS |
Signature-level system permission, for platform-signed apps. |
FORCE_STOP_PACKAGES |
Signature or privileged system permission. |
GET_INTENT_SENDER_INTENT |
Signature-level system permission, for platform-signed apps. |
GET_TASKS |
Allows the app to retrieve information about currently and recently running tasks. This may allow the app to discover information about which applications are used on the device. |
HARDWARE_TEST |
Signature-level system permission, for platform-signed apps. |
INJECT_EVENTS |
Signature-level system permission, for platform-signed apps. |
INPUT_CONSUMER |
Signature-level system permission, for platform-signed apps. |
INSTALL_SELF_UPDATES |
Signature or privileged system permission. |
INTERACT_ACROSS_USERS |
Signature or privileged system permission. |
INTERACT_ACROSS_USERS_FULL |
Signature-level system permission, for platform-signed apps. |
INTERNAL_SYSTEM_WINDOW |
Signature-level system permission, for platform-signed apps. |
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_ACTIVITY_STACKS |
Signature-level system permission, for platform-signed apps. |
MANAGE_ACTIVITY_TASKS |
Signature-level system permission, for platform-signed apps. |
MANAGE_APP_TOKENS |
Signature-level system permission, for platform-signed apps. |
MANAGE_EXTERNAL_STORAGE |
Signature-level system permission, for platform-signed apps. docs ↗ |
MANAGE_TOAST_RATE_LIMITING |
Signature-level system permission, for platform-signed apps. |
MANAGE_USERS |
Signature or privileged system permission. |
MODIFY_AUDIO_ROUTING |
Signature or privileged system permission. |
MONITOR_INPUT |
Signature-level system permission, for platform-signed apps. |
PACKAGE_USAGE_STATS |
Signature or privileged system permission. |
QUERY_ALL_PACKAGES |
Allows an app to see all installed packages. |
READ_DEVICE_CONFIG |
Signature-level system permission, for platform-signed apps. |
READ_FRAME_BUFFER |
Signature-level system permission, for platform-signed apps. |
READ_INPUT_STATE |
Signature-level system permission, for platform-signed apps. |
READ_PHONE_STATE |
Allows the app to access the phone features of the device. This permission allows the app to determine the phone number and device IDs, whether a call is active, and the remote number connected by a call. |
READ_WALLPAPER_INTERNAL |
Signature or privileged system permission. |
REAL_GET_TASKS |
Signature or privileged system permission. |
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. |
REGISTER_WINDOW_MANAGER_LISTENERS |
Signature-level system permission, for platform-signed apps. |
REMOVE_TASKS |
Signature-level system permission, for platform-signed apps. |
REORDER_TASKS |
Allows the app to move tasks to the foreground and background. The app may do this without your input. |
REQUEST_DELETE_PACKAGES |
Allows an application to request deletion of packages. |
REQUEST_INSTALL_PACKAGES |
Allows an application to request installation of packages. |
SET_ACTIVITY_WATCHER |
Signature-level system permission, for platform-signed apps. |
SET_ORIENTATION |
Signature-level system permission, for platform-signed apps. |
SET_PREFERRED_APPLICATIONS |
Signature-level system permission, for platform-signed apps. |
SET_WALLPAPER |
Allows the app to set the system wallpaper. |
SET_WALLPAPER_HINTS |
Allows the app to set the system wallpaper size hints. |
START_ANY_ACTIVITY |
Signature-level system permission, for platform-signed apps. |
START_TASKS_FROM_RECENTS |
Signature or privileged system permission. |
STATUS_BAR |
Signature or privileged system permission. |
STATUS_BAR_SERVICE |
Signature-level system permission, for platform-signed apps. |
STOP_APP_SWITCHES |
Signature or privileged system permission. |
SUBSCRIBE_TO_KEYGUARD_LOCKED_STATE |
Signature-level system permission, for platform-signed apps. |
SYSTEM_ALERT_WINDOW |
This app can appear on top of other apps or other parts of the screen. This may interfere with normal app usage and change the way that other apps appear. |
SYSTEM_APPLICATION_OVERLAY |
Signature-level system permission, for platform-signed apps. |
UNLIMITED_TOASTS |
Signature-level system permission, for platform-signed apps. |
UPNPSERVER_MOREACTIVITY |
- |
VIBRATE |
Allows the app to control the vibrator. |
WRITE_SECURE_SETTINGS |
Signature or privileged system permission. |
WRITE_SETTINGS |
Allows the app to modify the system's settings data. Malicious apps may corrupt your system's configuration. |
smartmultiwindow.SMARTMULTIWINDOW_OP |
- |
bbk.theme.permission.ACCESS_NOVOLAND |
- |
bbk.theme.permission.ACCESS_THEME |
- |
bbk.theme.permission.ACCESS_WALLPAPER |
- |
behavior.livewallpaper.permission |
- |
com.android.launcher.READ_SPEEDUP_WHITE_LIST |
- |
com.android.launcher.WRITE_SPEEDUP_WHITE_LIST |
- |
com.android.launcher3.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION |
- |
com.android.launcher3.permission.VIPC_READ_SETTINGS |
- |
com.android.launcher3.permission.VIPC_WRITE_SETTINGS |
- |
com.android.packageinstaller.permission.INSTALL_SWITCH |
- |
com.android.permission.INSTALL_EXISTING_PACKAGES |
- |
com.bbk.SuperPowerSave.permission.START |
- |
com.bbk.appstore.permission.NOTIFY_STOP_PACKAGE |
- |
com.bbk.appstore.system_wlan |
- |
com.bbk.cloud.permission.START_SYNC_BY_SDK |
- |
com.bbk.launcher.permission.KILL_EXCESS_LAUNCHER |
- |
com.bbk.launcher2.DEMO_RESET |
- |
com.bbk.launcher2.permission.ENTER_VIRTUAL_SYSTEM |
- |
com.bbk.launcher2.permission.READ_RECENTS_BLUR_APP |
- |
com.bbk.launcher2.permission.READ_SETTINGS |
- |
com.google.android.gms.permission.AD_ID |
- |
com.iqoo.secure.permission.SETTING_SIMPLE_MODE_UPDATE |
- |
com.iqoo.secure.timemanagerprovider.ACCESS |
- |
com.launcher.permission.SETTING_SIMPLE_MODE_FIRST |
- |
com.provider.notesaccess |
- |
com.vivo.abe.permission.action.openhpactivity |
- |
com.vivo.abe.permission.app_statistic_service |
- |
com.vivo.abe.permission.configlist_provider |
- |
com.vivo.abe.permission.exidentifier.provider |
- |
com.vivo.abe.permission.launcher.notification.num |
- |
com.vivo.abe.permission.unifiedconfig.provider |
- |
com.vivo.action.permission.PCLauncher |
- |
com.vivo.agent.permission.VOICE_RECOGNITION |
- |
com.vivo.ai.copilot.permission.BIND_FLOATSERVICE |
- |
com.vivo.ai.gptagent.permission.BIND_GPTLINKMANAGERSERVICE |
- |
com.vivo.ai.gptagent.permission.BIND_GPTSERVICE |
- |
com.vivo.aicreation.permission.SEND_APP_FULLY_SHOWN |
- |
com.vivo.aiengine.permission.ACCESS_EASYIPC_SERVICE |
- |
com.vivo.aiengine.permission.BIND_INTENTION_PLUS_SERVICE |
- |
com.vivo.aiengine.permission.READ_AWARE_PROVIDER |
- |
com.vivo.aiengine.permission.RECEIVER_START_COMPLETE |
- |
com.vivo.aiengine.permission.WRITE_AWARE_PROVIDER |
- |
com.vivo.appstore.permission.event_receiver |
- |
com.vivo.appstore.permission.outer.provider |
- |
com.vivo.appstore.permission.process.start |
- |
com.vivo.assistant.SCENE_ENTER |
- |
com.vivo.assistant.permission.READ_DATA |
- |
com.vivo.assistant.permission.VIPC_READ_SETTINGS |
- |
com.vivo.assistant.permission.VIPC_WRITE_SETTINGS |
- |
com.vivo.assistant.permission.access.provider |
- |
com.vivo.assistant.permission.sport.broadcast |
- |
com.vivo.base.remotecontrol.START_REMOTE_ACTIVITY_PERMISSION |
- |
com.vivo.calendar.permission.FIRST_DAY_OF_WEEK |
- |
com.vivo.calendar.permission.READ_HOLIDAY |
- |
com.vivo.calendar.permission.WORK_FREE_DAY |
- |
com.vivo.cardstore.READ_SETTINGS |
- |
com.vivo.cardstore.SERVICE |
- |
com.vivo.cardstore.provider.CardStoreDataProvider.READ_PROVIDER |
- |
com.vivo.daemonService.motion.shake |
- |
com.vivo.deformer.permission.DeformerProvider |
- |
com.vivo.doubleinstance.permission.WHITELIST_QUERY_SERVICE |
- |
com.vivo.easyshare.permission.QUERY_EXCHANGE_INFO |
- |
com.vivo.ese.widget.permission.NFC_BUSCARD_UPDATE |
- |
com.vivo.familycare.local.permission.TIME_PASSWORD |
- |
com.vivo.familycare.local.timemanagerprovider.ACCESS |
- |
com.vivo.filemanager.permission.OPEN_FILE_LIST |
- |
com.vivo.handoff.permission.LAUNCH_ACTIVITY |
- |
com.vivo.health.widget.permission |
- |
com.vivo.healthwidget.permission |
- |
com.vivo.hiboard.ENTER_FAQ |
- |
com.vivo.hiboard.permission.READ_SETTINGS |
- |
com.vivo.hiboard.permission.WRITE_SETTINGS |
- |
com.vivo.intentionkit.permission.BIND_SKILLPROVIDER |
- |
com.vivo.jovi.remoteservice.launcherclient.permission |
- |
com.vivo.keyguard.launcher |
- |
com.vivo.launchercopilot.PERMISSION_SYSTEM_ONLY |
- |
com.vivo.launchercopilot.permission.READ_DATA |
- |
com.vivo.launchercopilot.permission.bind.widget.service |
- |
com.vivo.linkservice.permission.TRIGGER |
- |
com.vivo.notification.MANAGE_ZEN_POLICY |
- |
com.vivo.notification.permission.keyguardOptionChange |
- |
com.vivo.permission.CHANGE_LAUNCH_ACTIVITY |
- |
com.vivo.permission.CUSTOM_WIDGET_FUNCTION |
- |
com.vivo.permission.SERVICE_SETTING |
- |
com.vivo.permission.UPDATING_PACKAGES_STATUS |
- |
com.vivo.permission.WRITE_V_SYSTEM_SETTINGS |
- |
com.vivo.permission.widget.KEPP_WIDGET_ALIVE_FORBID_FORZEN |
- |
com.vivo.permissionmanager.activity.defaultapp.set |
- |
com.vivo.privacylauncher.permission.VSLauncherXSpaceService |
- |
com.vivo.quickfunction.PERMISSION_SYSTEM_ONLY |
- |
com.vivo.recents.WRITE_SELF_PRIVACY_LIST |
- |
com.vivo.remotecontrol.START_REMOTE_ACTIVITY_PERMISSION |
- |
com.vivo.settings.permission.SOFTWARE_LOCK_APP_LIST |
- |
com.vivo.settings.permission.START_SETTINGS_ACTIVITY |
- |
com.vivo.settings.provider.SettingsPublicProvider.write |
- |
com.vivo.smartmultiwindow.permission.READ_APPCONFIGS |
- |
com.vivo.softwarelock.permission.SECRET_CLOSE_BROADCAST |
- |
com.vivo.sos.permission.START_SOS_SERVICE_ACCESS |
- |
com.vivo.stepcount.permission.ACCESS |
- |
com.vivo.stepcount.permission.GET_STEP_STATUS |
- |
com.vivo.systemui.permission.READ_DESKTOPICON |
- |
com.vivo.systemui.permission.STATUS_BAR_EXPAND_OR_CLOSE |
- |
com.vivo.systemuiplugin.permission.DESK_ICON_READ_OR_WRITE |
- |
com.vivo.upnpserver.backgroundcast.permission.ACCESS |
- |
com.vivo.upslide.WRITE_SPEEDUP_WHITE_LIST |
- |
com.vivo.upslide.permission.KILL_BACKGROUND_APPS |
- |
com.vivo.vas.permission.VAS_SERVICE |
- |
com.vivo.vas.permission.VAS_UNFAIR |
- |
com.vivo.videowidgetmix.V_CODE_PERMISSION |
- |
com.vivo.videowidgetmix.permission.DATABASE_READ_WRITE |
- |
com.vivo.videowidgetmix.permission.KEEP_ALIVE_SERVICE |
- |
com.vivo.videowidgetmix.permission.WEB_VIDEO_ACTIVITY |
- |
com.vivo.vtouch.permission.ANALYSE |
- |
com.vivo.weather.permission.WEATHER_WRITE |
- |
com.vivo.widget.cleanspeed.permission.ACCESS |
- |
com.vivo.widget.gallery.permission.SET_WALLPAPER |
- |
com.vivo.xspace.permission.ENTER_VERIFY_PAGE |
- |
com.vivo.xspace.permission.ENTER_XLAUNCHER_PAGE |
- |
com.vivo.xspace.permission.XSPACE_FUNC_HANDLE |
- |
globalsearch.permission.OPEN_SEARCH |
- |
vivo.aiengine.permission.SCENE_SERVICE_ACCESS |
- |
wallet.nfc.permission.READ_NFCCARD |
- |
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.
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.
| OEM | Model | Android | Provenance | Observations | Last seen |
|---|---|---|---|---|---|
| A-gold | Titan | Android 9.0 | - | 6 | 15 Jun 2025 |
| ALCommon | ALCommon | Android 15 | - | 1 | 20 Jun 2025 |
| Blackview | VARG | Android 11 | - | 1 | 1 Sep 2025 |
| CipherLab | RK95 | Android 9.0 | - | 3 | 25 Sep 2025 |
| Commbox | CommBox_Classic_S5 | Android 14 | OEM COMMBOX | 1 | 2 Apr 2026 |
| Crosscall | Stellar-X5 | Android 13 | - | 1 | 16 Jul 2025 |
| Crosscall | Stellar-X5 | Android 14 | - | 3 | 1 Sep 2025 |
| Crosscall | Stellar-X5 | Android 15 | OEM Crosscall | 1 | 13 Jul 2026 |
| CUBOT | P80 | Android 13 | - | 2 | 20 Sep 2025 |
| Dahua | MC480-U | Android 13 | - | 1 | 8 Sep 2025 |
| Datalogic | Memor 35/35X | Android 15 | - | 1 | 11 Nov 2025 |
| DOOGEE | S41 Max | Android 13 | - | 2 | 3 Oct 2025 |
| Elo Touch Solutions | 15in-I-Series-5 | Android 14 | - | 12 | 22 Nov 2025 |
| Fairphone | Fairphone 6 | Android 15 | - | 2 | 6 Nov 2025 |
| Fairphone | FP4 | Android 13 | - | 1 | 20 Dec 2025 |
| Fairphone | FP4 | Android 15 | OEM Fairphone | 2 | 27 Jul 2026 |
| Fezawio | F11_V_US | Android 15 | - | 1 | 14 Jul 2026 |
| GMS on ARM64 | Android 14 | - | 1 | 16 Sep 2025 | |
| Pixel 10 | Android 16 | 1 | 5 Jun 2026 | ||
| HMD Global | Nokia 8.3 5G | Android 10 | OEM HMD Global | 1 | 25 Dec 2025 |
| HMD Global | Nokia G22 | Android 14 | - | 1 | 4 Dec 2025 |
| Hotwav | TAB R9 Pro | Android 14 | - | 1 | 18 Sep 2025 |
| Infinix | Infinix X6525B | Android 13 | - | 1 | 5 Dec 2025 |
| Infinix | Infinix X6871 | Android 14 | - | 1 | 21 May 2025 |
| Isafemobile | IS540 | Android 14 | - | 2 | 17 Sep 2025 |
| Itel Mobile Limited | itel A16 Plus | Android 8.1 | OEM ITEL MOBILE LIMITED | 1 | 6 Dec 2025 |
| Lenovo | Lenovo TB-7306F | Android 11 | - | 1 | 19 Jul 2025 |
| Lenovo | Lenovo TB-X6C6NBF | Android 12 | - | 1 | 15 May 2025 |
| Motorola | moto g14 | Android 13 | OEM Motorola | 1 | 19 Dec 2025 |
| NUU | N5501L | Android 8.1 | - | 3 | 21 Aug 2025 |
| NUU | S6707X | Android 14 | OEM NUU | 1 | 12 Jan 2026 |
| OnePlus | OnePlus8Pro | Android 11 | 26 | 15 Jul 2026 | |
| OUKITEL | C59 Pro | Android 15 | - | 1 | 6 Nov 2025 |
| OUKITEL | WP100 TITAN | Android 14 | - | 2 | 25 Jul 2025 |
| OUKITEL | WP100 TITAN | Android 15 | - | 1 | 6 Dec 2025 |
| OUKITEL | WP28 E | Android 14 | OEM OUKITEL | 1 | 27 Jul 2026 |
| QEMU | Standard PC (i440FX + PIIX, 1996) | Android 8.1 | OEM QEMU | 10 | 30 Jun 2026 |
| realme | RMX3627 | Android 12 | - | 1 | 20 Sep 2025 |
| realme | RMX3690 | Android 12 | - | 1 | 25 Nov 2025 |
| Revoview | S6518 | Android 11 | - | 1 | 30 Mar 2026 |
| Rhino | C10 | Android 10 | - | 1 | 14 Jul 2025 |
| Rhino | T8 | Android 14 | - | 1 | 17 May 2025 |
| Smt_hk | Helium Pro | Android 12 | - | 1 | 19 Jul 2025 |
| Smt_hk | OV2219 | Android 12L | OEM SMT_HK | 1 | 16 Feb 2026 |
| Smt_hk | YUMPINGO_1 | Android 9.0 | - | 1 | 9 Aug 2025 |
| Ulefone | Power Armor X11 Pro | Android 12 | - | 1 | 15 Sep 2025 |
| Unihertz | Titan 2 | Android 15 | - | 2 | 5 Jan 2026 |
| Unknown | GCE x86 phone | Android 9.0 | - | 1 | 7 Dec 2025 |
| Urao | X108 | Android 16 | OEM URAO | 1 | 3 Jun 2026 |
| vivo | V2550 | Android 16 | OEM vivo | 1 | 21 Jul 2026 |
| Zebra Technologies | KC50 | Android 13 | - | 1 | 22 Dec 2025 |
| Zebra Technologies | KC50 | Android 15 | OEM Zebra Technologies | 1 | 27 Jul 2026 |
| Zebra Technologies | TC21 | Android 13 | - | 1 | 6 Sep 2025 |
Known labels
Locale-aware display names seen in the wild.
| Label | Locale | Seen |
|---|---|---|
| Quickstep | en-us | 47 |
| Quickstep | en-gb | 17 |
| Launcher3 | en-us | 12 |
| Quickstep | en | 11 |
| Quickstep | en-be | 5 |
| Quickstep | 4 | |
| Launcher3 | en-gb | 3 |
| Quickstep | en-GB | 3 |
| Launcher3 | en-US | 2 |
| Quickstep | ru-ru | 2 |
| Quickstep | en-US | 2 |
| Quickstep | es-es | 2 |
| Quickstep | en-jm | 2 |
| Quickstep | ja-jp | 2 |
| Quickstep | en-sg | 2 |
| Quickstep | en-ng | 2 |
| Launcher | en | 1 |
| Launcher | en-au | 1 |
| Launcher3 | en-au | 1 |
| Launcher3 | en | 1 |
| Launcher3 | de-de | 1 |
| Lenove Launcher | en-gb | 1 |
| Pantalla de inicio del sistema | es-us | 1 |
| Pantalla de inicio del sistema | es-US | 1 |
| Quickstep | en-za | 1 |
| Quickstep | it-it | 1 |
| Quickstep | th-th | 1 |
| Quickstep | en-ie | 1 |
| Quickstep | en-au | 1 |
| Quickstep | en-nz | 1 |
| Quickstep | en-ph | 1 |
| Quickstep | en-tt | 1 |
| Quickstep | en-us-u-fw-sat | 1 |
| com.android.launcher3 | en-us | 1 |
| com.android.launcher3 | ru-ru | 1 |