my onNewIntent is not calling

前端 未结 2 609
名媛妹妹
名媛妹妹 2021-01-18 18:43

Creating an application which integrate Twitter. I use this tutorial:

http://blog.blundell-apps.com/sending-a-tweet/

package com.blundell.tut.ttt;

i         


        
2条回答
  •  逝去的感伤
    2021-01-18 19:19

    android:launchMode="singleInstance" worked for me.

    I had to make sure to put this for both the current activity starting the intent, and the activity that is about to start from the intent, within my AndroidManifest.xml.

提交回复
热议问题