-1
A
回答
1
<activity
android:name="com.your activity name"
android:configChanges="orientation|screenLayout|screenSize"
android:label="@string/app_name">
<intent-filter>
<action android:name="com.your activity page"></action>
<category android:name="android.intent.category.DEFAULT"> </category>
</intent-filter>
</activity>
並在您的有效負載中使用點擊動作,像這樣。
$notification = array
(
'icon' => 'ic',
'title' => 'title',
'body' => ' msg',
'click_action' => 'your activity name of action'
);
+1
雖然我試圖指定一個字符串
+0
其我的代碼,你可以使用exect或者你可以刪除一些屬性取決於你的requerement –
相關問題
- 1. Android - Firebase推送通知不起作用
- 2. Firebase推送通知不起作用
- 3. FCM通知click_action不起作用
- 4. Firebase推送通知操作
- 5. Firebase推送通知
- 6. iOS推送通知消息
- 7. 收到消息時推送通知iOS不起作用
- 8. Android中的Firebase推送通知不起作用
- 9. 用戶發送推送通知,firebase雲消息
- 10. 不要推送通知消息
- 11. 消息不刷新推送通知
- 12. 用於聊天消息警報的Firebase(推送通知)
- 13. 推送通知不起作用?
- 14. iOS推送通知不起作用
- 15. Safari推送通知不起作用
- 16. 推送通知不起作用
- 17. Parse.com推送通知不起作用
- 18. 推送通知不起作用
- 19. 推送通知不起作用背景
- 20. 推送通知不起作用
- 21. iphone推送通知不起作用
- 22. 推送通知不起作用/ Heroku-mLab
- 23. 推送通知不起作用
- 24. Android GCM推送通知不起作用
- 25. android推送通知不起作用
- 26. 推送通知不起作用
- 27. Quickblox iOS推送通知不起作用
- 28. 推送通知聲音不起作用
- 29. 推送通知不起作用
- 30. Braintree推送通知不起作用
***不** ** downvoter * - 嗨。你有沒有通過答案[這裏](http://stackoverflow.com/q/37407366/4625829)? –