am 448f6e1e: Merge "temporarily disable blacklisting" into jb-mr1-dev
* commit '448f6e1e1471db2caf218ca8918c2d82306b450a': temporarily disable blacklisting
This commit is contained in:
@@ -78,6 +78,7 @@ public final class LocationBlacklist extends ContentObserver {
|
||||
* (package name matches blacklist, and does not match whitelist)
|
||||
*/
|
||||
public boolean isBlacklisted(String packageName) {
|
||||
/*
|
||||
synchronized (mLock) {
|
||||
for (String black : mBlacklist) {
|
||||
if (packageName.startsWith(black)) {
|
||||
@@ -91,6 +92,7 @@ public final class LocationBlacklist extends ContentObserver {
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user