不是有个Back键吗,一直按着,自然就弹出来了。

解决方案 »

  1.   

    哈。这些人服了!明知道问代码。还在这回答!
    <uses-permission android: name="android.permission.RECEIVE_BOOT_COMPLETED">  在要主XML加上这条!给你个地址。你去看看吧!
    http://www.javaeye.com/problems/40862
      

  2.   

    5L的朋友,这个帖子我也看过了,试过了,运行就崩溃了....我的是1.6的SDK
      

  3.   

    06-03 10:36:37.041: INFO/System.out(5569): receive intent 001 android.intent.action.CLOSE_SYSTEM_DIALOGS
    06-03 10:36:37.041: INFO/System.out(5569): receive intent 002:null
    06-03 10:36:47.051: INFO/appservice.DMAppSvcBoardCastReceiver.onReceive(5088): Recievd Intent Action android.intent.action.SIG_STR上面时关机时的log  应该是发一个intent就可以的 
      

  4.   

    关键就是不知道是哪个intent,有个action_shutdown但是无效,而且会崩溃。
      

  5.   

    Intent.ACTION_CLOSE_SYSTEM_DIALOGS 这个intent 你直接用shut down的话 是没有权限的 
      

  6.   

    我用了startactivity(intent)是不行的 可能要写个broadcastrecevier 不知道底层的broadcastreciver能不能直接用