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 8822963
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T06:14:12+00:00 2026-06-14T06:14:12+00:00

I want to change the Brightness, I can use this method: public static void

  • 0

I want to change the Brightness, I can use this method:

public static void SetBright(int brightness, Context context) {
    if (isAutoBrightness(context)) {
        stopAutoBrightness(context);
    }
    WindowManager.LayoutParams lp = ((Activity) context).getWindow()
            .getAttributes();
    lp.screenBrightness = Float.valueOf(brightness) * (1f / 255f);
    ((Activity) context).getWindow().setAttributes(lp);
}

I need an Activity to pass into SetBright(int brightness, Context context);

But now I have to invoke the method SetBright(int brightness, Context context) in a Brocastreceiver. I can use the context in the method onReceive(Context context, Intent intent) but if I quit the app, it doesn’t work.

Is there another method that I can use to change the brightness instead of useing an activity?

  • 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-06-14T06:14:14+00:00Added an answer on June 14, 2026 at 6:14 am

    start dummy activity and set window parameter using brightness(0 to 1 range-1 for 255).
    run a timer of 50, 100 or 500 ms whatever. after that finish the activity.

    TimerTask finishTask = new TimerTask() {
    
            @Override
            public void run() {
                BrightActivity.this.finish();
                timer.cancel();
                if (timer != null) {
                    timer = null;
                }
            }
        };
        timer.schedule(finishTask,Constants.BRIGHTNESS_REFRESH_DELAY);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

can i change border color of checkbox by use css or jquery. i want
I want to change the brightness of an NSImage . I've searched a bit
What I want change the properties(e.g. background) of a context menu in a datatemplate
i have many div's with the same background image and i want change this
I want to change a number to a string like this: var i =
My Question: I want to be able to change the brightness of a resource
I want change the default code generator of ASP.NET MVC and use Hanselman Way
I want to change the brightness and contrast of a texture on the iPhone.
Now i do try again. I want to change the screen brightness. I've Tried:
I want to make my brightness and contrast shader change by dynamically changing offset

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.