Android Question How to get a string content of a text intent

javlik

Member
Licensed User
Longtime User
Could somebody explain me how to get a string data from a text intent?
I found my test string "periody" with the Rapid debugger in a member variable of the ntnt (My intent variable) - see the picture. But I have no idea how to get it with a program code. Could somebody of you experts help me? How to get the content of the member mText? Or, is there another way?
I would appreciate any replies even if you find me to do this completely wrong.

intent.PNG
 
Top