Merge "Fixing some AIDL warnings." into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
30a9255320
@@ -23,7 +23,7 @@ import android.content.pm.DataLoaderType;
|
||||
* @hide
|
||||
*/
|
||||
parcelable DataLoaderParamsParcel {
|
||||
DataLoaderType type;
|
||||
DataLoaderType type = DataLoaderType.NONE;
|
||||
@utf8InCpp String packageName;
|
||||
@utf8InCpp String className;
|
||||
@utf8InCpp String arguments;
|
||||
|
||||
@@ -24,7 +24,7 @@ import android.content.pm.InstallationFileLocation;
|
||||
*/
|
||||
parcelable InstallationFileParcel {
|
||||
String name;
|
||||
InstallationFileLocation location;
|
||||
InstallationFileLocation location = InstallationFileLocation.UNKNOWN;
|
||||
long size;
|
||||
byte[] metadata;
|
||||
byte[] signature;
|
||||
|
||||
Reference in New Issue
Block a user