Skip to content

Commit

Permalink
cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
DaVinci9196 authored and mar-v-in committed Dec 16, 2024
1 parent 42bdbe2 commit b266fbe
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ import androidx.collection.ArraySet
import androidx.collection.arrayMapOf
import androidx.collection.arraySetOf
import androidx.core.content.pm.PackageInfoCompat
import com.android.vending.licensing.AUTH_TOKEN_SCOPE
import com.android.vending.AUTH_TOKEN_SCOPE
import com.android.vending.licensing.getAuthToken
import com.android.vending.licensing.getLicenseRequestHeaders
import com.android.vending.getRequestHeaders
import com.google.android.finsky.assetmoduleservice.AssetPackException
import com.google.android.finsky.assetmoduleservice.DownloadData
import com.google.android.finsky.assetmoduleservice.ModuleData
Expand Down Expand Up @@ -112,7 +112,7 @@ suspend fun HttpClient.initAssetModuleData(

val moduleDeliveryInfo = post(
url = ASSET_MODULE_DELIVERY_URL,
headers = getLicenseRequestHeaders(oauthToken, androidId),
headers = getRequestHeaders(oauthToken, androidId),
payload = requestPayload,
adapter = AssetModuleDeliveryResponse.ADAPTER
).wrapper?.deliveryInfo
Expand Down

0 comments on commit b266fbe

Please sign in to comment.