文件名称:消息通知栏demo
文件大小:171KB
文件格式:ZIP
更新时间:2018-01-11 16:51:27
Brocast Service 消息通知 Notification
以下为程序启动流程: 1.开机启动AlarmService 2.AlarmActivity一秒后发送一条系统广播 3.AlarmService接受该系统广播 4.请在系统状态栏查看接收到的消息 5.单击消息,取消通知栏信息 6.但程序关闭时,单击消息,重启程序 小知识:BroadCast、Service、Notification,初学者适用
【文件预览】:
bin
----classes.dex(20KB)
----SuTest.apk(53KB)
----res()
--------crunch()
----jarlist.cache(120B)
----dexedLibs()
----classes()
--------com()
----resources.ap_(41KB)
----AndroidManifest.xml(2KB)
res
----drawable-ldpi()
--------ic_launcher.png(6KB)
----drawable-hdpi()
--------ic_launcher.png(6KB)
----drawable-xhdpi()
--------ic_launcher.png(6KB)
----drawable()
----values()
--------colors.xml(6KB)
--------strings.xml(8KB)
--------style.xml(129B)
--------dimens.xml(4KB)
----drawable-mdpi()
--------ic_launcher.png(2KB)
----layout()
--------activity_main.xml(426B)
--------basemap.xml(253B)
proguard-project.txt
ic_launcher-web.png
assets
gen
----com()
--------su()
.settings
----org.eclipse.jdt.core.prefs(177B)
src
----com()
--------su()
.project
.classpath
project.properties
AndroidManifest.xml
libs