点米团队Rom弹窗短信V4.0.4开发笔记
写在前面的话,很感谢芜湖飞哥的弹窗短信,不过苦于设置太少,弹窗会自动解锁,所以我没有纳入到点米rom的正式版里。
这些天也一直在找各种短信弹窗源码,希望能打造出完美的点米短信弹窗,功夫不负有心人,点米短信弹窗在历经几天的疯狂编译下,隆重诞生了,加入点米原生M+OS正式版V2 ROM。
写下笔记用来日后维护方便;
1、点米弹窗短信是独立的apk,程序内置名称为:Mms_dianmi.apk
2、必须配合Mms.apk使用,在编译过程中,对原生Mms.apk设置里加入代码:
<PreferenceCategory android:title="@string/dianmimms_title" android:key="dianmimms_title"> <PreferenceScreen android:title="@string/dianmi" android:key="dianmi" android:summary="@string/dianmimms"> <intent android:targetPackage="com.wb.alert.sms" android:targetClass="com.wb.alert.sms.activity.LoginActivity" /> </PreferenceScreen> <Preference android:title="@string/mingyuehaokong" android:key="mingyuehaokong" android:summary="@string/mingyuehaokongandroid"> <intent android:action="android.intent.action.VIEW" android:data="http://bbs.myhkw.com/forum.php?mobile=yes" /> </Preference> </PreferenceCategory>当然string和public加入指定说明和ID,才能调用
3、弹窗apk被转码过,所以维护起来需要搜索转码之后的源代码
4、弹窗apk里有这么一句代码:
<category android:name="android.intent.category.DEFAULT" />原始的是:
<category android:name="android.intent.category.LAUNCHER" />5、内置祝福短信目录没找到Miui调用的路径,不过国内有一家不错,所以是调用的下面这些:
重阳节:
http://m.aizhufu.cn/content/list.jhtml?columnId=97日常祝福:
http://m.aizhufu.cn/content/list.jhtml?columnId=77生日祝福:
http://m.aizhufu.cn/content/list.jhtml?columnId=67幽默祝福:
http://m.aizhufu.cn/content/list.jhtml?columnId=68早安祝福:
http://m.aizhufu.cn/content/list.jhtml?columnId=150晚安祝福:
http://m.aizhufu.cn/content/list.jhtml?columnId=212周末问候:
http://m.aizhufu.cn/content/list.jhtml?columnId=69经典表白:
http://m.aizhufu.cn/content/list.jhtml?columnId=231恋爱物语:
http://m.aizhufu.cn/content/list.jhtml?columnId=237热辣情话:
http://m.aizhufu.cn/content/list.jhtml?columnId=176
趣味段子:
http://m.aizhufu.cn/content/list.jhtml?columnId=157热点短信:
http://m.aizhufu.cn/content/list.jhtml?columnId=151爆笑口误:
http://m.aizhufu.cn/content/list.jhtml?columnId=281应季健康:
http://m.aizhufu.cn/content/list.jhtml?columnId=49生病慰问:
http://m.aizhufu.cn/content/list.jhtml?columnId=216道歉妙语:
http://m.aizhufu.cn/content/list.jhtml?columnId=215其他编译直接搜索就可以。
剩下的就没别的了。。
明月浩空》原创,转载请保留文章出处。
本文链接:https://blog.myhkw.cn/dianmi_mms.html
版权声明:若无特殊注明,本文为《正文到此结束
虾米博客
简历在这里 http://xiami.xiangru.org/post-233.html
sunhaiwei
黎健雄