Merge "Remove notification for SoftAP turned on" into lmp-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
31bd422085
@@ -429,7 +429,8 @@ public class Tethering extends BaseNetworkObserver {
|
|||||||
if (bluetoothTethered) {
|
if (bluetoothTethered) {
|
||||||
showTetheredNotification(com.android.internal.R.drawable.stat_sys_tether_general);
|
showTetheredNotification(com.android.internal.R.drawable.stat_sys_tether_general);
|
||||||
} else {
|
} 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) {
|
} else if (bluetoothTethered) {
|
||||||
showTetheredNotification(com.android.internal.R.drawable.stat_sys_tether_bluetooth);
|
showTetheredNotification(com.android.internal.R.drawable.stat_sys_tether_bluetooth);
|
||||||
|
|||||||
Reference in New Issue
Block a user