查看: 1612|回复: 0
收起左侧

[软件] 谁能帮我修改AndroidManifest使程序能显示图标

[复制链接]
沧海ふ无涯
发表于 2015-2-13 00:58:21 | 显示全部楼层 |阅读模式
本帖最后由 沧海ふ无涯 于 2015-2-13 01:03 编辑

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:sharedUserId="android.uid.system" package="com.ktouch.tySmartWakeSettings">
    <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
    <application android:allowBackup="true">
        <activity android:name="com.ktouch.tySmartWakeSettings.SmartWakeActivity" android:screenOrientation="portrait">
            <intent-filter>
                <action android:name="android.intent.action.MAIN"/>
            </intent-filter>
        </activity>
        <activity android:launchMode="singleInstance" android:name="com.ktouch.tySmartWakeSettings.AllAppsActivity" android:screenOrientation="portrait" android:theme="@android:style/Theme.Holo.Dialog.NoActionBar"/>
        <activity android:name="com.ktouch.tySmartWakeSettings.AnimaActivity" android:screenOrientation="portrait"/>
        <receiver android:name="com.ktouch.tySmartWakeSettings.AppBootReceiver">
            <intent-filter>
                <action android:name="android.intent.action.BOOT_COMPLETED"/>
            </intent-filter>
        </receiver>
        <receiver android:name="com.ktouch.tySmartWakeSettings.AppRemoveReceiver">
            <intent-filter>
                <action android:name="android.intent.action.PACKAGE_ADDED"/>
                <action android:name="android.intent.action.PACKAGE_REMOVED"/>
                <data android:scheme="package"/>
            </intent-filter>
        </receiver>
    </application>
</manifest>

安装后米图标 打不开 求修改

apk 下载 http://pan.baidu.com/s/1o71Ci
您需要登录后才可以回帖 登录 | 快速注册

本版积分规则

手机版|杀毒软件|软件论坛| 卡饭论坛

Copyright © KaFan  KaFan.cn All Rights Reserved.

Powered by Discuz! X3.4( 沪ICP备2020031077号-2 ) GMT+8, 2025-1-12 17:45 , Processed in 0.129156 second(s), 16 queries .

卡饭网所发布的一切软件、样本、工具、文章等仅限用于学习和研究,不得将上述内容用于商业或者其他非法用途,否则产生的一切后果自负,本站信息来自网络,版权争议问题与本站无关,您必须在下载后的24小时之内从您的电脑中彻底删除上述信息,如有问题请通过邮件与我们联系。

快速回复 客服 返回顶部 返回列表