Lines Matching refs:Android
4 expected to verify on Android. apksig supports
6 (used by Android since day one) and
8 Android Nougat, API Level 24). apksig is meant to be used outside of Android devices.
11 between different versions of the Android platform. apksig thus thoroughly checks whether an APK's
12 signature is expected to verify on all Android platform versions supported by the APK. When signing
13 an APK, apksig chooses the most appropriate cryptographic algorithms based on the Android platform
26 * `ApkSigner` which signs the provided APK so that it verifies on all Android platform versions
28 * `ApkVerifier` which checks whether the provided APK is expected to verify on all Android
31 This is useful in optimized APK building pipelines, such as in Android Plugin for Gradle,
44 * sign the provided APK so that it verifies on all Android platforms supported by the APK. Run
46 * check whether the provided APK's signatures are expected to verify on all Android platforms
49 The tool determines the range of Android platform versions (API Levels) supported by the APK by