OSDN Git Service

Add a periodic check of the tethering provisioning
authorJason Monk <jmonk@google.com>
Wed, 10 Dec 2014 22:21:51 +0000 (17:21 -0500)
committerJason Monk <jmonk@google.com>
Thu, 11 Dec 2014 20:07:45 +0000 (15:07 -0500)
commit37832d661a164c63d8c50c70619a4159376baaf3
treef03bae9d7363d79fd5b4a7536cc62f66774afe6c
parentf84c6ee01c09b25d78c48cdf6bde5be4e334758c
Add a periodic check of the tethering provisioning

Add a service that handles the check through broadcasts which are
defined through configs, similar to the previous configs for the
activity.

Depends on I1f6e2d954562c5a16a0de60dac625005ec3e5c50

Bug: 18453076
Change-Id: I515d72706e9ca37877e67c44427af1b75b146390
AndroidManifest.xml
src/com/android/settings/EnableWifiTether.java [deleted file]
src/com/android/settings/HotspotOffReceiver.java [new file with mode: 0644]
src/com/android/settings/TetherService.java [new file with mode: 0644]
src/com/android/settings/TetherSettings.java
src/com/android/settings/wifi/WifiApEnabler.java