实现Notification的通知栏常驻
资源文件列表
实现Notification的通知栏常驻/NotificationTest/.classpath , 475
实现Notification的通知栏常驻/NotificationTest/.project , 852
实现Notification的通知栏常驻/NotificationTest/AndroidManifest.xml , 2241
实现Notification的通知栏常驻/NotificationTest/assets/cat.ogg , 19010
实现Notification的通知栏常驻/NotificationTest/bin/AndroidManifest.xml , 2241
实现Notification的通知栏常驻/NotificationTest/bin/classes/com/example/notificationtest/BuildConfig.class , 365
实现Notification的通知栏常驻/NotificationTest/bin/classes/com/example/notificationtest/DeleteService.class , 646
实现Notification的通知栏常驻/NotificationTest/bin/classes/com/example/notificationtest/MainActivity$1.class , 1676
实现Notification的通知栏常驻/NotificationTest/bin/classes/com/example/notificationtest/MainActivity.class , 8490
实现Notification的通知栏常驻/NotificationTest/bin/classes/com/example/notificationtest/NotifyRegularActivity.class , 350
实现Notification的通知栏常驻/NotificationTest/bin/classes/com/example/notificationtest/NotifySpecialActivity.class , 350
实现Notification的通知栏常驻/NotificationTest/bin/classes/com/example/notificationtest/OtherActivity.class , 326
实现Notification的通知栏常驻/NotificationTest/bin/classes/com/example/notificationtest/R$attr.class , 370
实现Notification的通知栏常驻/NotificationTest/bin/classes/com/example/notificationtest/R$dimen.class , 491
实现Notification的通知栏常驻/NotificationTest/bin/classes/com/example/notificationtest/R$drawable.class , 527
实现Notification的通知栏常驻/NotificationTest/bin/classes/com/example/notificationtest/R$id.class , 578
实现Notification的通知栏常驻/NotificationTest/bin/classes/com/example/notificationtest/R$layout.class , 463
实现Notification的通知栏常驻/NotificationTest/bin/classes/com/example/notificationtest/R$menu.class , 418
实现Notification的通知栏常驻/NotificationTest/bin/classes/com/example/notificationtest/R$raw.class , 414
实现Notification的通知栏常驻/NotificationTest/bin/classes/com/example/notificationtest/R$string.class , 502
实现Notification的通知栏常驻/NotificationTest/bin/classes/com/example/notificationtest/R$style.class , 461
实现Notification的通知栏常驻/NotificationTest/bin/classes/com/example/notificationtest/R.class , 827
实现Notification的通知栏常驻/NotificationTest/bin/classes.dex , 700920
实现Notification的通知栏常驻/NotificationTest/bin/dexedLibs/android-support-v4-a2dcb1d5a319faeed2d128058b6cde59.jar , 234420
实现Notification的通知栏常驻/NotificationTest/bin/jarlist.cache , 120
实现Notification的通知栏常驻/NotificationTest/bin/NotificationTest.apk , 329964
实现Notification的通知栏常驻/NotificationTest/bin/res/drawable-hdpi/bigicon.png , 1738
实现Notification的通知栏常驻/NotificationTest/bin/res/drawable-hdpi/ic_launcher.png , 5964
实现Notification的通知栏常驻/NotificationTest/bin/res/drawable-hdpi/small.png , 1762
实现Notification的通知栏常驻/NotificationTest/bin/res/drawable-mdpi/ic_launcher.png , 3112
实现Notification的通知栏常驻/NotificationTest/bin/res/drawable-xhdpi/ic_launcher.png , 9355
实现Notification的通知栏常驻/NotificationTest/bin/res/drawable-xxhdpi/ic_launcher.png , 17889
实现Notification的通知栏常驻/NotificationTest/bin/resources.ap_ , 88644
实现Notification的通知栏常驻/NotificationTest/gen/com/example/notificationtest/BuildConfig.java , 170
实现Notification的通知栏常驻/NotificationTest/gen/com/example/notificationtest/R.java , 3069
实现Notification的通知栏常驻/NotificationTest/ic_launcher-web.png , 51394
实现Notification的通知栏常驻/NotificationTest/libs/android-support-v4.jar , 627582
实现Notification的通知栏常驻/NotificationTest/proguard-project.txt , 781
实现Notification的通知栏常驻/NotificationTest/project.properties , 563
实现Notification的通知栏常驻/NotificationTest/res/drawable-hdpi/bigicon.png , 1738
实现Notification的通知栏常驻/NotificationTest/res/drawable-hdpi/bigpic.jpg , 4051
实现Notification的通知栏常驻/NotificationTest/res/drawable-hdpi/ic_launcher.png , 7658
实现Notification的通知栏常驻/NotificationTest/res/drawable-hdpi/small.png , 1762
实现Notification的通知栏常驻/NotificationTest/res/drawable-mdpi/ic_launcher.png , 3777
实现Notification的通知栏常驻/NotificationTest/res/drawable-xhdpi/ic_launcher.png , 12516
实现Notification的通知栏常驻/NotificationTest/res/drawable-xxhdpi/ic_launcher.png , 24777
实现Notification的通知栏常驻/NotificationTest/res/layout/activity_main.xml , 805
实现Notification的通知栏常驻/NotificationTest/res/layout/remote.xml , 883
实现Notification的通知栏常驻/NotificationTest/res/menu/main.xml , 263
实现Notification的通知栏常驻/NotificationTest/res/raw/cat.ogg , 19010
实现Notification的通知栏常驻/NotificationTest/res/values/dimens.xml , 220
实现Notification的通知栏常驻/NotificationTest/res/values/strings.xml , 233
实现Notification的通知栏常驻/NotificationTest/res/values/styles.xml , 697
实现Notification的通知栏常驻/NotificationTest/res/values-sw600dp/dimens.xml , 203
实现Notification的通知栏常驻/NotificationTest/res/values-sw720dp-land/dimens.xml , 277
实现Notification的通知栏常驻/NotificationTest/res/values-v11/styles.xml , 334
实现Notification的通知栏常驻/NotificationTest/res/values-v14/styles.xml , 391
实现Notification的通知栏常驻/NotificationTest/src/com/example/notificationtest/DeleteService.java , 394
实现Notification的通知栏常驻/NotificationTest/src/com/example/notificationtest/MainActivity.java , 10823
实现Notification的通知栏常驻/NotificationTest/src/com/example/notificationtest/NotifyRegularActivity.java , 132
实现Notification的通知栏常驻/NotificationTest/src/com/example/notificationtest/NotifySpecialActivity.java , 132
实现Notification的通知栏常驻/NotificationTest/src/com/example/notificationtest/OtherActivity.java , 124
