Added doc comment clarifying unsigned media
This commit is contained in:
parent
3a3c170781
commit
71337a49b3
@ -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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user