mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2025-02-02 14:07:32 +01:00
ApplicationStatus constructor
This commit is contained in:
parent
a5f41cd3e5
commit
dfb401696f
@ -21,6 +21,12 @@ import org.microg.safeparcel.SafeParceled;
|
||||
|
||||
public class ApplicationStatus extends AutoSafeParcelable {
|
||||
|
||||
public ApplicationStatus() {}
|
||||
|
||||
public ApplicationStatus(String applicationStatus) {
|
||||
this.applicationStatus = applicationStatus;
|
||||
}
|
||||
|
||||
@SafeParceled(1)
|
||||
private int versionCode = 1;
|
||||
@SafeParceled(2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user