mirror of
https://github.com/moparisthebest/android_external_GmsApi
synced 2024-11-23 17:22:19 -05:00
Update API
This commit is contained in:
parent
a181a0f3b9
commit
562e231775
@ -0,0 +1,5 @@
|
||||
package com.google.android.gms.checkin.internal;
|
||||
|
||||
interface ICheckinService {
|
||||
String getDeviceDataVersionInfo();
|
||||
}
|
@ -47,7 +47,7 @@ public class LogEvent extends AutoSafeParcelable {
|
||||
return "LogEvent{" +
|
||||
"eventTime=" + new Date(eventTime) +
|
||||
", tag='" + tag + '\'' +
|
||||
", data='" + new String(data) + '\'' +
|
||||
", data=" + (data == null ? "null" : ('\'' + new String(data) + '\'')) +
|
||||
'}';
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user