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 Main-Activity which displays several spinners. With a Toggle-Button in the Main-Activity
I have a main Activity and a Dialog through which I would like to
I have a problem on going back (clicking the Back button) from sub-activity to
In my main activity I have a spinner which contains three categories(All,Horizontal and Vertical),
In my Android App I have a main activity and some other activities. The
I have a main Activity and some static variables (got values in onCreate() method).
I have an Activity (RecipiesActivity) that is opened by clicking on the Next button
So I have my main activity that has some views and I have an
I have three activities 1 is the main activity 2 is some other activity
I have a main activity that launches a child activity using the following code:

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.