Android启动器更改而无需修改资源 [英] Android launcher alter without modify resource

查看:76
本文介绍了Android启动器更改而无需修改资源的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

AnyBody可以为我提供标题帮助,我想要更改android启动器,但是无论如何都不应该修改android源代码实现.

AnyBody can help me with title,I want alter android launcher,but is anyway should not modify the android Source Code realize.

推荐答案

我已经有了方法解决问题.
简而言之,就是像这样修改应用程序AndroidManifest.xml文件

I has get the method to resolve the question.
Simply put is modify the app AndroidManifest.xml file like this

<br />
<pre lang="xml"><intent-filter><br />
                <action android:name="android.intent.action.MAIN" /><br />
                <category android:name="android.intent.category.HOME" /><br />
                <category android:name="android.intent.category.DEFAULT" /><br />
                <!-- <category android:name="android.intent.category.LAUNCHER" /> --><br />
            </intent-filter></pre><br />
<br />


您的apk将成为启动器,当android系统启动时,您的应用将成为家.


you apk will become a launcher ,when the android system start,you app become the home.

if you have interest can email me.


well, Thomas I have a big question!!
Im trying to make an app which can save an integer with in the app itself!! I dont want to save it in shared preferences or in any DB .. but I want to see that whenever app restarts, I should be able to retrieve the integer without any change.. Is there any way to save it in resource XML file?? can I create any new R.id for that integer in the java code itself??the thing is I dont wanna use any sort of external or internal cache things even!! pls help me....


这篇关于Android启动器更改而无需修改资源的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆