DEV Community

Discussion on: Android Vitals - How adb measures App Startup 🔎

Collapse
 
radityagumay profile image
raditya gumay • Edited

Why not put the registration on ContentProvider, and have a high order number?

In the real world application, most the application utilize ContentProvider. If we install the app startup time on the Application, we miss few calculation that happening on ContentProviders.