Merge "Ignores static shared libraries when filtering app"
This commit is contained in:
committed by
Android (Google) Code Review
commit
ea59d86962
@@ -511,6 +511,10 @@ public class AppsFilter {
|
||||
}
|
||||
return true;
|
||||
}
|
||||
if (targetPkg.isStaticSharedLibrary()) {
|
||||
// not an app, this filtering takes place at a higher level
|
||||
return false;
|
||||
}
|
||||
final String targetName = targetPkg.getPackageName();
|
||||
Trace.beginSection("getAppId");
|
||||
final int callingAppId;
|
||||
|
||||
Reference in New Issue
Block a user