LoginSignup
3
3

More than 5 years have passed since last update.

INSTALL_REFERRERのインテントをアプリに送信

Posted at

テストで送信する場合によく使うのでメモ. hogehoge部分がreferrerデータです.
--include-stopped-packagesはAndroid 3.1以降に追加されたオプションなので3.1以前の端末では不要です

adb shell am broadcast -a com.android.vending.INSTALL_REFERRER --include-stopped-packages --es referrer hogehoge
3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3