mirror of
https://github.com/YTVanced/VancedManager
synced 2025-01-05 06:51:00 +00:00
small adjustment
This commit is contained in:
parent
a494951831
commit
6a76edd101
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue