am 31bd4220: Merge "Remove notification for SoftAP turned on" into lmp-mr1-dev

* commit '31bd4220855ded4ece67c8ae75227441a12a00a7':
  Remove notification for SoftAP turned on
This commit is contained in:
Vinit Deshpande
2014-12-04 15:16:26 +00:00
committed by Android Git Automerger

View File

@@ -429,7 +429,8 @@ public class Tethering extends BaseNetworkObserver {
if (bluetoothTethered) {
showTetheredNotification(com.android.internal.R.drawable.stat_sys_tether_general);
} else {
showTetheredNotification(com.android.internal.R.drawable.stat_sys_tether_wifi);
/* We now have a status bar icon for WifiTethering, so drop the notification */
clearTetheredNotification();
}
} else if (bluetoothTethered) {
showTetheredNotification(com.android.internal.R.drawable.stat_sys_tether_bluetooth);