Merge "Remove restriction on bands for NW scan"
am: 892a6953d0

Change-Id: I182decfa4a3b527191f1436b1547b1c58f728062
diff --git a/src/com/android/phone/PhoneInterfaceManager.java b/src/com/android/phone/PhoneInterfaceManager.java
index c04a473..6c8991f 100755
--- a/src/com/android/phone/PhoneInterfaceManager.java
+++ b/src/com/android/phone/PhoneInterfaceManager.java
@@ -4460,10 +4460,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.");