Android Disable status bar dropdown

Source: Internet
Author: User

[HTML] view Plaincopyprint?

  1. public void Onwindowfocuschanged (Boolean hasfocus)

  2. {

  3. TODO auto-generated Method Stub

  4. System.out.println ("Hasfocus--->>>" + hasfocus);

  5. Super.onwindowfocuschanged (Hasfocus);

  6. Try

  7. {

  8.              object service  =  getSystemService ("StatusBar");   

  9.              class<? > statusbarmanager

  10.                       Class

  11. Method Test = statusbarmanager. GetMethod ("collapse");

  12. Test.invoke (service);

  13. }

  14. catch (Exception ex)

  15. {

  16. Ex.printstacktrace ();

  17. }

  18. }

Onwindowfocuschanged is a way to rewrite the activity inside, when executing this sentence means that the activity is loaded.

Remember to add permissions:

[HTML] view Plaincopyprint?

  1. <uses-permission Android:name="Android.permission.EXPAND_STATUS_BAR" />  

  2. <!--<uses-permission android:name= "Android.permission.STATUS_BAR"/> --   


4.1 Simulator test is useful, Huawei c8812 test is useful, but bug exists ...


Android Disable status bar dropdown

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.