From 616908fee48c44a2115d5d63583ccf04e401b3da Mon Sep 17 00:00:00 2001
From: quddusc
First, open the class file of the application's main Activity and import {@code LicenseChecker} and {@code LicenseCheckerCallback} from the LVL package.
-import com.android.vending.licensing.LicenseChecker; - import com.android.vending.licensing.LicenseCheckerCallback;+
import com.google.android.vending.licensing.LicenseChecker; + import com.google.android.vending.licensing.LicenseCheckerCallback;
If you are using the default {@code Policy} implementation provided with the LVL, ServerManagedPolicy, import it also, together with the AESObfuscator. If you are using a custom {@code Policy} or {@code Obfuscator}, import those instead.
-import com.android.vending.licensing.ServerManagedPolicy; - import com.android.vending.licensing.AESObfuscator;+
import com.google.android.vending.licensing.ServerManagedPolicy; + import com.google.android.vending.licensing.AESObfuscator;