Searched refs:linkTemplate (Results 1 – 1 of 1) sorted by relevance
180 val linkTemplate = context.getString(R.string.config_appStoreAppLinkTemplate) in appStoreIntent() constant181 if (appStorePackageName.isEmpty() || linkTemplate.isEmpty()) { in appStoreIntent()185 check(linkTemplate.contains(APP_PACKAGE_NAME_PLACEHOLDER)) in appStoreIntent()189 data = Uri.parse(linkTemplate.replace(APP_PACKAGE_NAME_PLACEHOLDER, packageName)) in appStoreIntent()