5

As Google and Amazon return com.android.vending and com.amazon.veneziarespectively for

val pm = packageManager
val installer = pm.getInstallerPackageName(packageName)

What will be the check to find whether the app is installed from a Samsung store?

Son Truong
  • 13,661
  • 5
  • 32
  • 58
g7pro
  • 817
  • 1
  • 6
  • 11

1 Answers1

14

The package name for the Samsung Galaxy Apps Store is com.sec.android.app.samsungapps.

Ryan M
  • 18,333
  • 31
  • 67
  • 74