Android deep linking is not working
===================================
Android link:-notification://id=notificationid
1を動作していない - とコーディング側Androidのディープリンクは
@Override
protected void onResume() {
super.onResume();
Intent intent = getIntent();
String string=intent.getAction();
Uri data = intent.getData();
Log.d("hello","cgbdsuyfdkv");
}
をするが、その任意の体は私を助けることができますしてください動作していません! !!
初めてのコード実行ですか? –
はい私のコードとこのような私のURL(通知:// id = notificationid)を実行しますが、そのことができません –
しかし、あなたは更新通知IDを取得できませんでしたか? –