Loading libs/binder/aidl/android/content/pm/IPackageManagerNative.aidl +10 −1 Original line number Diff line number Diff line Loading @@ -114,4 +114,13 @@ interface IPackageManagerNative { * Unknown packages will cause the call to fail. */ boolean isPackageDebuggable(in String packageName); /** * Check whether the given feature name and version is one of the available * features as returned by {@link PackageManager#getSystemAvailableFeatures()}. Since * features are defined to always be backwards compatible, this returns true * if the available feature version is greater than or equal to the * requested version. */ boolean hasSystemFeature(in String featureName, in int version); } Loading
libs/binder/aidl/android/content/pm/IPackageManagerNative.aidl +10 −1 Original line number Diff line number Diff line Loading @@ -114,4 +114,13 @@ interface IPackageManagerNative { * Unknown packages will cause the call to fail. */ boolean isPackageDebuggable(in String packageName); /** * Check whether the given feature name and version is one of the available * features as returned by {@link PackageManager#getSystemAvailableFeatures()}. Since * features are defined to always be backwards compatible, this returns true * if the available feature version is greater than or equal to the * requested version. */ boolean hasSystemFeature(in String featureName, in int version); }