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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T03:39:35+00:00 2026-05-26T03:39:35+00:00

I was wondering if it was possible to specifically determine if an Android device

  • 0

I was wondering if it was possible to specifically determine if an Android device was plugged into a computer or just power.

The main reason is I’d like for my phone to “Stay Awake” when it’s plugged into a computer while I’m developing, but not when it’s plugged into a power outlet a night.

I was thinking that if I could tell what I’m connected to, I could use ACTION_POWER_CONNECTED to start up a service and check what USB I’m connected to.

  • 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-26T03:39:35+00:00Added an answer on May 26, 2026 at 3:39 am

    I actually found the exact way to choose whether to keep the screen on when plugged into AC, USB or either by looking into the source at http://google.com/codesearch#409TP6F96yI/src/com/android/settings/DevelopmentSettings.java&l=95

    Requires permission: android.permission.WRITE_SETTINGS

    Settings.System.putInt(getContentResolver(), Settings.System.STAY_ON_WHILE_PLUGGED_IN,
                    mKeepScreenOn.isChecked() ?
                    (BatteryManager.BATTERY_PLUGGED_AC | BatteryManager.BATTERY_PLUGGED_USB) : 0);
    

    For AC: BatteryManager.BATTERY_PLUGGED_AC

    For USB: BatteryManager.BATTERY_PLUGGED_USB

    For Either: (BatteryManager.BATTERY_PLUGGED_AC | BatteryManager.BATTERY_PLUGGED_USB)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Just toying with the SDK and I was wondering if possible a UITouch event
I was wondering if its possible to inject a thread into a remote app
I am wondering if it is possible for CMake to run tests like one
I'm wondering if it's possible for .Net's String.Format() to split an integer apart into
I'm just wondering if this is even possible; how to do non-complicated scripting within
just wondering is it possible to use mixed mode on sql server 2005 for
just wondering if its possible to have a hidden parent and a visible child
Specifically im wondering if in java (preferred) or perl is it possible to enter
Is it possible to databind 2 properties to 1 control? Specifically, I'm thinking phone
I was wondering if anyone possibly had any experience integrating R into Rails, specifically,

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.