aboutsummaryrefslogtreecommitdiff
path: root/src/apksigner/java/com/android/apksigner/help_sign.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/apksigner/java/com/android/apksigner/help_sign.txt')
-rw-r--r--src/apksigner/java/com/android/apksigner/help_sign.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/apksigner/java/com/android/apksigner/help_sign.txt b/src/apksigner/java/com/android/apksigner/help_sign.txt
index 66aec29..d66b7a3 100644
--- a/src/apksigner/java/com/android/apksigner/help_sign.txt
+++ b/src/apksigner/java/com/android/apksigner/help_sign.txt
@@ -61,24 +61,6 @@ certificate.
--max-sdk-version Highest API Level on which this APK's signatures will be
verified. By default, the highest possible value is used.
---rotation-min-sdk-version Lowest API Level for which an APK's rotated signing
- key should be used to produce the APK's signature. The
- original signing key for the APK will be used for all
- previous platform versions. Specifying a value <= 32
- (Android Sv2) will result in the original V3 signing block
- being used without platform targeting. By default,
- rotated signing keys will be used with the V3.1 signing
- block which supports Android T+.
-
---rotation-targets-dev-release The specified rotation-min-sdk-version is intended
- for a platform release under development. During development
- of a new platform, the API Level of the previously released
- platform is used as the API Level of the development
- platform until the SDK is finalized. This flag allows
- targeting signing key rotation to a development platform
- with API Level X while preventing the rotated key from being
- used on the latest release platform with API Level X.
-
--debuggable-apk-permitted Whether to permit signing android:debuggable="true"
APKs. Android disables some of its security protections
for such apps. For example, anybody with ADB shell access