Loading core/java/android/content/pm/PackageInfo.java +1 −1 Original line number Diff line number Diff line Loading @@ -234,7 +234,7 @@ public class PackageInfo implements Parcelable { /** * Array of all signatures read from the package file. This is only filled * in if the flag {@link PackageManager#GET_SIGNATURES} was set. A package * must be singed with at least one certificate which is at position zero. * must be signed with at least one certificate which is at position zero. * The package can be signed with additional certificates which appear as * subsequent entries. * Loading Loading
core/java/android/content/pm/PackageInfo.java +1 −1 Original line number Diff line number Diff line Loading @@ -234,7 +234,7 @@ public class PackageInfo implements Parcelable { /** * Array of all signatures read from the package file. This is only filled * in if the flag {@link PackageManager#GET_SIGNATURES} was set. A package * must be singed with at least one certificate which is at position zero. * must be signed with at least one certificate which is at position zero. * The package can be signed with additional certificates which appear as * subsequent entries. * Loading