<tfoot id='EGjZj'></tfoot>

      • <bdo id='EGjZj'></bdo><ul id='EGjZj'></ul>

      <small id='EGjZj'></small><noframes id='EGjZj'>

      <i id='EGjZj'><tr id='EGjZj'><dt id='EGjZj'><q id='EGjZj'><span id='EGjZj'><b id='EGjZj'><form id='EGjZj'><ins id='EGjZj'></ins><ul id='EGjZj'></ul><sub id='EGjZj'></sub></form><legend id='EGjZj'></legend><bdo id='EGjZj'><pre id='EGjZj'><center id='EGjZj'></center></pre></bdo></b><th id='EGjZj'></th></span></q></dt></tr></i><div id='EGjZj'><tfoot id='EGjZj'></tfoot><dl id='EGjZj'><fieldset id='EGjZj'></fieldset></dl></div>

      <legend id='EGjZj'><style id='EGjZj'><dir id='EGjZj'><q id='EGjZj'></q></dir></style></legend>

      这 4 行 java 代码在 android 应用程序中意味着什么?

      时间:2023-06-26

            <bdo id='l8sks'></bdo><ul id='l8sks'></ul>
            <legend id='l8sks'><style id='l8sks'><dir id='l8sks'><q id='l8sks'></q></dir></style></legend>
              • <tfoot id='l8sks'></tfoot>
              • <small id='l8sks'></small><noframes id='l8sks'>

                  <tbody id='l8sks'></tbody>
              • <i id='l8sks'><tr id='l8sks'><dt id='l8sks'><q id='l8sks'><span id='l8sks'><b id='l8sks'><form id='l8sks'><ins id='l8sks'></ins><ul id='l8sks'></ul><sub id='l8sks'></sub></form><legend id='l8sks'></legend><bdo id='l8sks'><pre id='l8sks'><center id='l8sks'></center></pre></bdo></b><th id='l8sks'></th></span></q></dt></tr></i><div id='l8sks'><tfoot id='l8sks'></tfoot><dl id='l8sks'><fieldset id='l8sks'></fieldset></dl></div>

                本文介绍了这 4 行 java 代码在 android 应用程序中意味着什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                在我的 java 应用程序中,我有这段代码

                In my java application i have this code

                @Override
                public void onAttachedToWindow()
                  {
                  this.getWindow().setType(WindowManager.LayoutParams.TYPE_KEYGUARD_DIALOG);
                  super.onAttachedToWindow();
                  }
                

                当我为 android 2.3(级别 10) 构建它时,它可以编译并正常工作.但是当我为 android 4.0 (level 15) 构建它时,它会编译并让我在运行时崩溃并出现以下错误

                when i build it for android 2.3 (level 10) it compiles and works fine. But when i build it for android 4.0 (level 15) it compiles and gives me crash at run time and following error

                07-16 14:00:03.090: E/AndroidRuntime(29487): FATAL EXCEPTION: main
                07-16 14:00:03.090: E/AndroidRuntime(29487): java.lang.IllegalArgumentException: Window type can not be changed after the window is added.
                

                当我评论这一行并构建它时,它工作正常,没有问题..

                when i comment this line and build it works fine and no issue..

                //this.getWindow().setType(WindowManager.LayoutParams.TYPE_KEYGUARD_DIALOG);
                

                所以我不明白为什么会发生这种情况以及这段代码是什么意思?

                so i am not getting why this happning and whats this code means?

                一些参考在这里

                当我在手机上运行应用程序时.版本是android 4.0.3

                Android 上的幼儿安全应用

                推荐答案

                @Override
                public void onAttachedToWindow()
                  {
                  this.getWindow().setType(WindowManager.LayoutParams.TYPE_KEYGUARD_DIALOG);
                  super.onAttachedToWindow();
                  }
                

                用于在android中禁用主页按钮

                这个安全漏洞已在较新版本的 Android 中得到修复,因此它在 ICS 和果冻豆中不起作用...!!

                this security flaw has been fixed in newer versions of Android so it will not work in ICS and jelly bean...!!

                这篇关于这 4 行 java 代码在 android 应用程序中意味着什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                上一篇:Android - 只读文件系统 IOException 下一篇:如何安装 JRE 或 JDK 以在 Windows 7 上运行 Android 开发人员工具?

                相关文章

                1. <small id='43ljR'></small><noframes id='43ljR'>

                    • <bdo id='43ljR'></bdo><ul id='43ljR'></ul>
                    <tfoot id='43ljR'></tfoot>

                  1. <i id='43ljR'><tr id='43ljR'><dt id='43ljR'><q id='43ljR'><span id='43ljR'><b id='43ljR'><form id='43ljR'><ins id='43ljR'></ins><ul id='43ljR'></ul><sub id='43ljR'></sub></form><legend id='43ljR'></legend><bdo id='43ljR'><pre id='43ljR'><center id='43ljR'></center></pre></bdo></b><th id='43ljR'></th></span></q></dt></tr></i><div id='43ljR'><tfoot id='43ljR'></tfoot><dl id='43ljR'><fieldset id='43ljR'></fieldset></dl></div>
                    <legend id='43ljR'><style id='43ljR'><dir id='43ljR'><q id='43ljR'></q></dir></style></legend>