[Android system] boot logo display

关键词
    display_image_on_screen()                //aboot.c
            |
            |
    if (fetch_image_from_partition() < 0) {
    
        display_default_image_on_screen();
    }


            |
            |

    display_default_image_on_screen()

 

Guess you like

Origin blog.csdn.net/John_chaos/article/details/108493958