Following 09444b0 - also use maxSdk when building an index
This commit is contained in:
parent
a936b5d070
commit
c5bb3adfdc
@ -218,7 +218,8 @@ public final class Utils {
|
||||
return androidVersionNames[sdkLevel];
|
||||
}
|
||||
|
||||
/* PackageManager doesn't give us minSdkVersion, so we have to parse it */
|
||||
/* PackageManager doesn't give us the min and max sdk versions, so we have
|
||||
* to parse it */
|
||||
private static int getMinMaxSdkVersion(Context context, String packageName,
|
||||
String attrName) {
|
||||
try {
|
||||
|
@ -435,6 +435,7 @@ public class LocalRepoManager {
|
||||
tag("sig", app.installedApk.sig.toLowerCase(Locale.US));
|
||||
tag("size", app.installedApk.installedFile.length());
|
||||
tag("sdkver", app.installedApk.minSdkVersion);
|
||||
tag("maxsdkver", app.installedApk.maxSdkVersion);
|
||||
tag("added", app.installedApk.added);
|
||||
tagFeatures(app);
|
||||
tagPermissions(app);
|
||||
|
Loading…
x
Reference in New Issue
Block a user