0
0
Fork 0
mirror of https://github.com/YTVanced/VancedManager synced 2025-01-05 06:51:00 +00:00

small adjustment

This commit is contained in:
X1nto 2021-02-04 12:36:09 +04:00
parent a494951831
commit 6a76edd101

View file

@ -124,7 +124,7 @@ class MainActivity : AppCompatActivity() {
}
} else {
Intent(Intent.ACTION_VIEW).apply {
data = Uri.parse("https://play.google.com/store/apps/details?id=com.vanced.faq")
data = Uri.parse("https://play.google.com/store/apps/details?id=$faqpkg")
setPackage("com.android.vending")
}
}