Posts by eek_ • 25 points
3 posts
-
1
votes1
answer20
viewsQ: Duration of the Notification
I’m using the Notification API, but I can’t find a way to leave the message open until it’s clicked or closed by the user. I realized that Google Hangouts does this, the notification stays there…
-
1
votes0
answers608
viewsQ: Subscribe to Android apk
Good evening, everyone! I’m trying to sign a apk test but I’m not getting. I tried on Linux and Mac and the return is the same message: jarsigner: Certificate chain not found for: testeapp. testeapp…
apache-cordovaasked eek_ 25 -
0
votes1
answer878
viewsQ: Using Intent.ACTION_SEND share text on facebook
I’m using the code below to share text with facebook. The problems is that other networks work, but facebook is blank. Someone’s been through it? Intent compartilha = new Intent(Intent.ACTION_SEND);…