Added doc comment clarifying unsigned media

This commit is contained in:
Peter Serwylo 2017-09-12 08:43:17 +10:00 committed by Hans-Christoph Steiner
parent 3a3c170781
commit 71337a49b3

View File

@ -1154,6 +1154,9 @@ public class App extends ValueObject implements Comparable<App>, Parcelable {
* However, if the app is installed, then we override this and instead want to only encourage * However, if the app is installed, then we override this and instead want to only encourage
* the user to try and install versions with that signature (because thats all the OS will let * the user to try and install versions with that signature (because thats all the OS will let
* them do). * them do).
*
* Will return null for any {@link App} which represents media (instead of an apk) and thus
* doesn't have a signer.
*/ */
@Nullable @Nullable
public String getMostAppropriateSignature() { public String getMostAppropriateSignature() {