A Simple Android Widget to access functionalities right from your home screen.Start Wifi, Data, Tethering and Hotspot right from the Home screen..
TetherMe is hosted in the following web site
https://github.com/mixianghang/TetherMe
If you think the Android project TetherMe listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of TetherMe.
Item | Value |
---|---|
Java File Count | 20 |
Supported screen sizes | [mdpi, hdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 14 |
Activity Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.ACCESS_WIFI_STATE android.permission.BLUETOOTH android.permission.BLUETOOTH_ADMIN android.permission.CHANGE_NETWORK_STATE android.permission.CHANGE_WIFI_MULTICAST_STATE android.permission.CHANGE_WIFI_STATE android.permission.INTERNET android.permission.MODIFY_AUDIO_SETTINGS android.permission.READ_PHONE_STATE android.permission.WRITE_SETTINGS com.android.example.USB_PERMISSION |
Asset File Names | assets\fonts\Roboto-BoldCondensed.ttf assets\fonts\Roboto-Condensed.ttf assets\fonts\Roboto-Regular.ttf |
There are 16 image files in TetherMe. The names of the image files are listed as follows.
bluetooth.png bluetooth_on.png flightmode.png flightmode_on.png hotspot.png hotspot_config.png hotspot_on.png settings.png sound_off.png sound_on.png tether.png tether_on.png threegicon.png threegicon_on.png wifi.png wifi_on.png
The following screenshort is generated from the image listed above.
TetherMe has the following Java source files.
com.app.widget.tetherme.BluetoothReceiver.java com.app.widget.tetherme.ConnectToWifi.java com.app.widget.tetherme.DataReceiver.java com.app.widget.tetherme.FlightModeReceiver.java com.app.widget.tetherme.FlightModeToggle.java com.app.widget.tetherme.HotspotReceiver.java com.app.widget.tetherme.IsFeatureEnabled.java com.app.widget.tetherme.MainActivity.java com.app.widget.tetherme.SoundReceiver.java com.app.widget.tetherme.SoundToggle.java com.app.widget.tetherme.StartBluetooth.java com.app.widget.tetherme.StartData.java com.app.widget.tetherme.StartHotspot.java com.app.widget.tetherme.StartTether.java com.app.widget.tetherme.SwitchHotspot.java com.app.widget.tetherme.SwitchOnWifi.java com.app.widget.tetherme.TetherMe.java com.app.widget.tetherme.TetherReceiver.java com.app.widget.tetherme.WifiReceiver.java com.app.widget.tetherme.widgetUpdateService.java