my onNewIntent is not calling

前端 未结 2 607
名媛妹妹
名媛妹妹 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:20

    change your activity launchmode in manifest as given below and let me know the results,

     android:launchMode="singleTop"
    

提交回复
热议问题