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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T00:31:43+00:00 2026-06-14T00:31:43+00:00

I wanna getting access to Android Settings from my application with a click of

  • 0

I wanna getting access to Android Settings from my application with a click of button in Activity A, after this when user click the back button in Settings, it will bring the user to Activity B…

The code below that I am running, is able to bring me to Settings from Activity A, but when I am in the Settings page and click the back button, it brings me back to Activity A, can someone teach me how to do in order to bring me to Activity B when i click back button in Settings?

 startActivity(new Intent(android.provider.Settings.ACTION_SECURITY_SETTINGS));
  • 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-14T00:31:45+00:00Added an answer on June 14, 2026 at 12:31 am
    int REQUEST_CODE = 5;
    startActivityForResult (new Intent(android.provider.Settings.ACTION_SECURITY_SETTINGS),REQUEST_CODE); // call instead startActivity
    
      @Override
        protected void onActivityResult(int requestCode, int resultCode, Intent data) {
            // return from settings
            finish();
            startActivity(new Intent(this,ActivityB.class));// start Activity B
            super.onActivityResult(requestCode, resultCode, data);
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am getting int values from the stored procedure. But when i bind this
I'm just getting started with rails and ruby and i wanna start giving back
i wanna know to make my td tag style visible an getting value from
I'm getting this Exception System.InvalidOperationException was unhandled by user code Message=The calling thread cannot
I wanna run selenium tests from TeamCity using Maven at Linux server without display.
I followed this instruction but not worked for me. I just wanna install and
I wanna copy some doc files from a link. But, sometimes there's link that
i wanna test GPS on my android emulator but i find my apps has
I wanna create Contextual Tab using Webpart In Sandbox Solution..that time I am getting
I wanna make this rather simple to ask so I can hope for a

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.