Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4019292
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T10:05:12+00:00 2026-05-20T10:05:12+00:00

I have some main activity and clicking on a button it launches a custom

  • 0

I have some main activity and clicking on a button it launches a custom dialog window. Within the dialog I have button “Send email” which calls an e-mail chooser (via simple method call) when user click on the button.

sendEmail();

And here is the sendEmail() method

public void sendEmail() {
    String email = "some.email@gmail.com";

    Intent emailIntent = new Intent(android.content.Intent.ACTION_SEND);
    emailIntent.setType("text/plain");
    emailIntent.putExtra(android.content.Intent.EXTRA_EMAIL, new String[]{email});      
    emailIntent.putExtra(android.content.Intent.EXTRA_SUBJECT, "Subject");
    emailIntent.putExtra(android.content.Intent.EXTRA_TEXT, "Message");
    mContext.startActivity(Intent.createChooser(emailIntent, "Choose an email"));
}

But on my HTC Desire (2.2) sometimes the dialog starts blinking. Simply I cannot click on anything, I must quit an application OR I just rotate it in landscape and back and then flashing/blinking stops.

Where is the problem? Why is it blinking?

UPDATE: I tried to log “multiple calls” to sendEmail function or CreateDialog constructor but no, everything is called just one, after that I have this in my log… I could solve it to make another activity which will act like a dialog but I wanna know where is the problem here :/

Log

02-15 19:06:45.605 D/SurfaceFlinger(   92): Layer::setBuffers(this=0x9a9478), pid=12757, w=1, h=1
02-15 19:06:45.605 D/SurfaceFlinger(   92): Layer::setBuffers(this=0x9a9478), pid=12757, w=1, h=1
02-15 19:06:45.675 D/SurfaceFlinger(   92): Layer::requestBuffer(this=0x92b350), index=1, pid=12757, w=443, h=337 success
02-15 19:06:45.715 D/SurfaceFlinger(   92): Layer::requestBuffer(this=0x9a9478), index=0, pid=12757, w=480, h=762 success
02-15 19:06:45.755 I/UsageStats(   92): Unexpected resume of android while already resumed in android
02-15 19:06:45.815 D/SurfaceFlinger(   92): Layer::setBuffers(this=0x9a9478), pid=12757, w=1, h=1
02-15 19:06:45.815 D/SurfaceFlinger(   92): Layer::setBuffers(this=0x9a9478), pid=12757, w=1, h=1
02-15 19:06:45.895 D/SurfaceFlinger(   92): Layer::requestBuffer(this=0x9a9478), index=0, pid=12757, w=480, h=762 success
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T10:05:13+00:00Added an answer on May 20, 2026 at 10:05 am

    This solved the problem, where is actual problem I don’t know.

    change this

    startActivity(Intent.createChooser(emailIntent,this.getString(R.string.someString)));
    

    to this

    startActivity(emailIntent);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a problem on going back (clicking the Back button) from sub-activity to
I have an activity 'A' which is called from Main activity every second until
I basically created some tables to play around with: I have Two main tables,
I have some ASP.NET web services which all share a common helper class they
I have some C# / asp.net code I inherited which has a textbox which
The main activity includes some variables with set values. I created a sub-activity with
I have a simple main activity with 3 buttons, and a background service that
hi i have an activity and in the activity i have some buttons and
I have an Android application with a main activity that is the tabhost. I'm
I have an Activity with a listView with few options and a button at

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.