System app database

Package

com.samsung.android.net.wifi.wifiguider

Wi-Fi tips

42device profiles
64observations
0user-facing hits
18 Sep 2026last seen

Guidance

Disable with caution verified 3 Sep 2026

Recorded on this site with the label "Wi-Fi tips", this is a Samsung system app on Galaxy devices that sits in Samsung's own Wi-Fi namespace alongside the platform Wi-Fi stack. Unlike the Samsung Wi-Fi resources packages documented elsewhere on this site, it is a real app rather than a resources shim: the builds seen here run to between roughly 7.5 and 9.5 MB and declare around 25 permissions. It is Samsung-signed by a single consistent key that the site also records signing the framework package, and it has no launcher icon and is not user-facing in any observation here, which is the pattern for something reached from Settings rather than from the app drawer. Samsung documents a group of Wi-Fi assistance features on Galaxy devices that this app's name and label point at. Under Settings, Connections, Wi-Fi, More options, Intelligent Wi-Fi, Samsung documents switching to mobile data whenever the Wi-Fi connection is unstable and getting notified when suspicious activity is detected on the current Wi-Fi network, and under Advanced settings it documents viewing the apps that have recently turned Wi-Fi on or off. Samsung does not publish which package implements those menus, so treat the link between this package and them as a reading of the naming and permissions rather than a sourced fact. The permission list is the most useful thing to know about it in a managed fleet. The site records it holding ACCESS_FINE_LOCATION and ACCESS_COARSE_LOCATION, which Android requires for Wi-Fi scanning (an app targeting Android 10 or higher needs ACCESS_FINE_LOCATION to call WifiManager.startScan or read scan results, and location services must be on); ACCESS_WIFI_STATE and CHANGE_WIFI_STATE; INTERNET and POST_NOTIFICATIONS; WRITE_SECURE_SETTINGS, QUERY_ALL_PACKAGES, KILL_BACKGROUND_PROCESSES and REAL_GET_TASKS; NETWORK_CARRIER_PROVISIONING and LOCAL_MAC_ADDRESS; and several Samsung-private permissions including com.samsung.permission.WIFI_DIAGNOSTICS_PROVIDER, com.samsung.permission.WIFI_FACTORY_TEST, two DiagMon permissions belonging to com.sec.android.diagmonagent, and a Samsung Push Service token. Those last few indicate it is wired into Samsung's diagnostics and push plumbing, which is worth knowing where telemetry is a concern, though what it actually sends could not be sourced. Version note: the versions recorded here run from 1.6.02.67 to 1.8.05.297 across target SDKs from 31 to 36 and devices from API 28 upwards, so the app has tracked Android releases rather than being frozen. Samsung publishes no changelog for it and no evidence was found that its role changed at a particular Android or One UI version, so if it did, that change could not be sourced. For Android Enterprise, EMM and kiosk use it has no documented part in enrolment or policy, and nothing in the Android Enterprise or Knox documentation refers to it. If the reading above is right, it is a Wi-Fi assistance and diagnostics helper and the effect of disabling it would be the loss of those Settings entries and their notifications, but whether it also sits in the connection path could not be sourced, and Samsung documents no dependencies either way, so treat it as caution and test on a single device before rolling it out. If the goal is to control Wi-Fi itself rather than the tips, use your EMM's Wi-Fi configuration and restriction policies, which are designed for that and survive updates.

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.

1
signing cert
consistent across devices
25
permissions
largest set observed
7.1 MB – 9.0 MB
APK size
31 – 36
target SDK
1.6.02.67 → 1.8.05.302
versions observed
19
device profiles
Declared permissions (25)

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_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_LOCAL_NETWORK -
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.
CHANGE_WIFI_STATE Allows the app to connect to and disconnect from Wi-Fi access points and to make changes to device configuration for Wi-Fi networks.
GET_ACCOUNTS_PRIVILEGED Signature or privileged system permission.
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.
KILL_BACKGROUND_PROCESSES Allows the app to end background processes of other apps. This may cause other apps to stop running.
LOCAL_MAC_ADDRESS Signature or privileged system permission.
NETWORK_CARRIER_PROVISIONING Signature or privileged system permission.
POST_NOTIFICATIONS Allows the app to show notifications
QUERY_ALL_PACKAGES Allows an app to see all installed packages.
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.
WRITE_SECURE_SETTINGS Signature or privileged system permission.
com.samsung.android.hostmanager.permission.ACCESS_UNIFIED_HOST_MANAGER -
com.samsung.android.net.wifi.wifiguider.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION -
com.samsung.android.permission.SEM_UPDATE_NOTIFICATION_CHANNELS -
com.samsung.permission.WIFI_DIAGNOSTICS_PROVIDER -
com.samsung.permission.WIFI_FACTORY_TEST -
com.sec.android.diagmonagent.permission.DIAGMON -
com.sec.android.diagmonagent.permission.PROVIDER -
com.sec.spp.permission.TOKEN_558d112d9bc54005bb28ab6fcd869fc109117a5984e69b485496eda5394b00f1df256a325c2a707fcb28b4da0fe55bcc42b1a3fc937cb933abee8040270466b79b17db2be3b2c3f65dfd1701f4ef8c01403f96f34c445ff7a192b6a074619312b4ebab040b713d1146fae4b597421ef95704f78d0851147ce26540c604fff82e -

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.samsung.android.net.wifi.wifiguider
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.samsung.android.net.wifi.wifiguider
Re-enable
adb shell pm enable com.samsung.android.net.wifi.wifiguider
Restore (re-install for the current user)
adb shell pm install-existing com.samsung.android.net.wifi.wifiguider

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
Samsung SM-A236B Android 14 OEM Samsung 2 10 Apr 2026
Samsung SM-A266B Android 15 - 2 21 Aug 2025
Samsung SM-A266B Android 16 - 1 26 Jan 2026
Samsung SM-A346B Android 15 OEM Samsung 1 27 Jul 2026
Samsung SM-A515F Android 13 - 1 30 Jun 2025
Samsung SM-A528B Android 13 - 1 19 Jun 2025
Samsung SM-A536B Android 15 - 1 19 Jun 2025
Samsung SM-A536B Android 16 OEM Samsung 1 29 Jul 2026
Samsung SM-A556B Android 15 - 1 1 Jul 2025
Samsung SM-A566B Android 16 OEM Samsung 3 12 Sep 2026
Samsung SM-F721B Android 15 - 1 9 Jul 2025
Samsung SM-F766B Android 16 - 1 11 Nov 2025
Samsung SM-F971B Android 17 OEM Samsung 1 18 Sep 2026
Samsung SM-G766B Android 15 - 1 17 Oct 2025
Samsung SM-G766B Android 16 OEM Samsung 1 5 Sep 2026
Samsung SM-G780F Android 13 OEM Samsung 1 29 Dec 2025
Samsung SM-G973U Android 12 OEM Samsung 2 10 Jun 2026
Samsung SM-G991B Android 15 OEM Samsung 1 19 Apr 2026
Samsung SM-N950U1 Android 9.0 - 1 20 Aug 2025
Samsung SM-N986B Android 13 - 9 17 Jul 2025
Samsung SM-S721U Android 15 - 5 5 Aug 2025
Samsung SM-S731B Android 16 OEM Samsung 1 11 Aug 2026
Samsung SM-S906B Android 15 - 1 2 Jun 2025
Samsung SM-S908U Android 16 OEM Samsung 2 17 Sep 2026
Samsung SM-S921B Android 15 OEM Samsung 2 22 Jul 2025
Samsung SM-S921B Android 16 OEM Samsung 1 17 Sep 2026
Samsung SM-S921U Android 15 - 1 19 Jun 2025
Samsung SM-S926B Android 16 OEM Samsung 1 14 Apr 2026
Samsung SM-S928B Android 16 OEM Samsung 2 12 Jun 2026
Samsung SM-S928U1 Android 15 - 1 12 Sep 2025
Samsung SM-S931B Android 15 - 1 20 Sep 2025
Samsung SM-S931B Android 16 - 1 23 Nov 2025
Samsung SM-S936B Android 16 - 1 18 Dec 2025
Samsung SM-S937B Android 15 - 1 25 Aug 2025
Samsung SM-S938B Android 15 - 2 25 Aug 2025
Samsung SM-S942B Android 17 OEM Samsung 1 25 May 2026
Samsung SM-S948U Android 16 - 1 9 Sep 2026
Samsung SM-T636B Android 15 - 2 12 Oct 2025
Samsung SM-T976B Android 13 - 1 21 Jul 2025
Samsung SM-X716B Android 15 - 1 27 Jun 2025
Samsung SM-X910 Android 14 - 1 26 Jun 2025
Samsung SM-X910 Android 15 - 1 12 Sep 2025

Known labels

Locale-aware display names seen in the wild.

LabelLocaleSeen
Wi-Fi tips en-gb 23
Wi-Fi tips en 20
Wi-Fi tips en-us 18
Suggerimenti sul Wi-Fi it-IT 5
Tips voor Wi-Fi nl-nl 5
WLAN-Tipps de-de 3
Wi-Fi tips en-nl 3
Consejos de Wi-Fi es-ES 2
Consejos de Wi-Fi es-es 2
Consejos de Wi-Fi es-us 2
Suggerimenti sul Wi-Fi it-it 2
Wi-Fi tips 2
Consejos de Wi-Fi es-US 1
Wi-Fi Tips en-us 1
Wi-Fi tips en-GB 1
Wi-Fi tips en-US 1
Wi-Fi tips en-au 1
Wskazówki dotyczące Wi-Fi pl-PL 1
Wskazówki dotyczące Wi-Fi pl-pl 1
Советы по использованию Wi-Fi ru-ru 1