Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 35760ef

Browse files
Code cleanup
[ci skip]
1 parent c9fba77 commit 35760ef

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

library/GoogleLicensing/src/main/java/com/google/android/vending/licensing/ILicenseResultListener.java

-5
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@
33
* Original file: aidl/ILicenseResultListener.aidl
44
*/
55
package com.google.android.vending.licensing;
6-
import java.lang.String;
7-
import android.os.RemoteException;
86
import android.os.IBinder;
9-
import android.os.IInterface;
10-
import android.os.Binder;
11-
import android.os.Parcel;
127
public interface ILicenseResultListener extends android.os.IInterface
138
{
149
/** Local-side IPC implementation stub class. */

library/GoogleLicensing/src/main/java/com/google/android/vending/licensing/ILicensingService.java

-5
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@
33
* Original file: aidl/ILicensingService.aidl
44
*/
55
package com.google.android.vending.licensing;
6-
import java.lang.String;
7-
import android.os.RemoteException;
86
import android.os.IBinder;
9-
import android.os.IInterface;
10-
import android.os.Binder;
11-
import android.os.Parcel;
127
public interface ILicensingService extends android.os.IInterface
138
{
149
/** Local-side IPC implementation stub class. */

0 commit comments

Comments
 (0)