<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 应用程序中意味着什么?

      What does this 4 line java code means in android application?(这 4 行 java 代码在 android 应用程序中意味着什么?)

            <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 应用程序中意味着什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                相关文档推荐

                Lucene Porter Stemmer not public(Lucene Porter Stemmer 未公开)
                How to index pdf, ppt, xl files in lucene (java based or python or php any of these is fine)?(如何在 lucene 中索引 pdf、ppt、xl 文件(基于 java 或 python 或 php 中的任何一个都可以)?)
                KeywordAnalyzer and LowerCaseFilter/LowerCaseTokenizer(KeywordAnalyzer 和 LowerCaseFilter/LowerCaseTokenizer)
                How to search between dates (Hibernate Search)?(如何在日期之间搜索(休眠搜索)?)
                How to get positions from a document term vector in Lucene?(如何从 Lucene 中的文档术语向量中获取位置?)
                Java Lucene 4.5 how to search by case insensitive(Java Lucene 4.5如何按不区分大小写进行搜索)

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

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

                          <tbody id='43ljR'></tbody>
                      • <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>