Android系統修改之Notification佈局修改

sr_zhang發表於2018-10-09

相關佈局檔案的位置:

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機制


相關文章