Merge "Remove restriction on bands for NW scan" into qt-dev
diff --git a/src/com/android/phone/PhoneInterfaceManager.java b/src/com/android/phone/PhoneInterfaceManager.java
index c1dbc7d..2a5ccc3 100755
--- a/src/com/android/phone/PhoneInterfaceManager.java
+++ b/src/com/android/phone/PhoneInterfaceManager.java
@@ -4463,10 +4463,6 @@
 
         if (request.getSpecifiers() != null && request.getSpecifiers().length > 0) {
             for (RadioAccessSpecifier ras : request.getSpecifiers()) {
-                if (ras.getBands() != null && ras.getBands().length > 0) {
-                    return new SecurityException("Specific bands must not be"
-                            + " scanned without location access.");
-                }
                 if (ras.getChannels() != null && ras.getChannels().length > 0) {
                     return new SecurityException("Specific channels must not be"
                             + " scanned without location access.");