欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  移动技术

Android系统修改之Notification布局修改(一)

程序员文章站 2023-11-02 14:08:04
源码基于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机制

待分析...