SSID Widget

3.4
107 reviews
10K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image

About this app

This is a widget that displays the SSID on the Home screen.
(The old version is "Disp SSID Widget".)

Already or perched display of widgets that are displayed when an update, please try the following: If you have an error.
-Please re-set after turning off the widget from the screen.
-Please try to install again by performing the uninstall.

[Why do you need location information?]
Although it has nothing to do with the mechanism of Wifi, Android 6.0 (M) or later requires location information authority to handle SSID.
On Android 10 (Q) and above, you need to turn on location in addition to the detailed location permissions that are always available.

[How to use]
Please add a widget to the home screen.
After Oreo, you need to grant the appropriate permissions.

Please use WidgetSettings If you want to change the color.
https://play.google.com/store/apps/details?id=jp.rallwell.siriuth.widgetsettings

If you are not if displayed in the list of widgets, please rotate the screen(or restert android).

[Using permissions]
ACCESS_WIFI_STATE : for get SSID.
ACCESS_NETWORK_STATE : for get SSID change signal.

[Runtime permissions SDK 23(Marshmallow) or later]
FOREGROUND_SERVICE: for Background Service.
ACCESS_COARSE_LOCATION: for SSID NAME. (From 26 to less than 29)
[Runtime permissions SDK 28(Pie) or later]
FOREGROUND_SERVICE: for Widget background service.
[Runtime permissions SDK 29(Q) or later]
ACCESS_FINE_LOCATION: for SSID NAME.
ACCESS_BACKGROUND_LOCATION: for SSID NAME.

[History]
(beta release)2021/12/03 1.6.31.0 Rebuild with SDK31. Changed the implementation method.
2021/11/20 Rebuilt with SDK30. etc.
2019/01/26 1.5.3 Correspondence after Oreo or later.
2015/12/19 1.3.4 Fix for the corresponding to less than Android 2.0.
2015/12/19 1.3.3 Because there was a display lag in Android 5 or later, we changed the implementation.
2015/11/18 1.3.2 Support text color alpha channel.
2015/11/13 Support disabled text color.
2015/06/05 bugfix : update display at connection change. change update process. delete "CHECK_LICENSE" uses-permission.
2015/05/10 WidgetSettings support.
2015/04/15 Change connection state(only wifi).
2015/03/27 Change unconnected state timing. Build with SDK 22.
2015/03/22 Change of implementation.Additional display situation.Change the color of the time of the unconnected state.
2015/02/20 display will be gray when not connected.
2015/02/12 Change application name. fixed a bug that does not update the WIFI at the time off.
2015/02/09 Change service name. modified the initialization code and some code.
2015/02/01 Clean and rebuild.
2015/02/01 Bug fixes and optimizations.
2015/01/31 It is open the setting screen of Wifi when you tap the widget.
Updated on
Dec 9, 2021

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection
Data isnā€™t encrypted
Data canā€™t be deleted

Ratings and reviews

3.3
97 reviews
Lee B
August 8, 2023
My phone periodically latches onto an unexpected network or worse yet sometimes doesn't attach at all and after a few hours I'd realize I was using data, even in my own house. This app works well to help me detect that. I placed the widget in the middle of my home screen so that I could tell at a glimpse what I'm connected to. Although it's fine as is, it would be nice to be able to change the appearance a little.
1 person found this review helpful
Did you find this helpful?
A Google user
July 26, 2019
Widget will work in Android Pie if you go into app permissions (in system settings) and turn on location permission, PLUS turn on location for the phone. (You can turn off location, but widget won't update). Widget can't be customized. Only displays SSID, does not manage connections (you need another app for that}. Better than nothing.
5 people found this review helpful
Did you find this helpful?
Bernt Ribbum
June 14, 2023
Works well on Samsung S7! A wish though: Please let the widget itself show just a green check mark when connected, otherwise a red cross. Put the SSID as text below the icon. That would result in max score from mešŸ˜Š Update! The widget doesn't update properly when SSID changes. Maybe worth a look, dear developer? ;)
4 people found this review helpful
Did you find this helpful?

What's new

Rebuild with SDK30
Changed the implementation method.
Changed notification method.