源碼基於Android4.4 相關佈局文件的位置: frameworks/base/core/res目錄下: 1. notification_template_base.xml 2. notification_template_big_base.xml 3. notification_templat ...
源碼基於Android4.4
相關佈局文件的位置:
frameworks/base/core/res目錄下:
1. notification_template_base.xml
2. notification_template_big_base.xml
3. notification_template_big_picture.xml
4. notification_template_big_text.xml
5. notification_template_inbox.xml
相關類位置:
frameworks/base/core/java/android/app目錄下:
1. Notification.java
重點
RemoteViews類
Binder機制
待分析...