We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605ca14 commit c003347Copy full SHA for c003347
1 file changed
vending-app/src/main/java/com/android/vending/licensing/LicensingService.kt
@@ -58,7 +58,7 @@ class LicensingService : Service() {
58
override fun checkLicenseV2(
59
packageName: String,
60
listener: ILicenseV2ResultListener,
61
- extraParams: Bundle
+ extraParams: Bundle?
62
): Unit = runBlocking {
63
Log.v(TAG, "checkLicenseV2($packageName, $extraParams)")
64
0 commit comments