Good afternoon, is there a system android application that uses the phone's camera REQUEST_CODE_PHOTO, is it possible to get to its source code and, accordingly, how if this is possible?

    1 answer 1

    To do this, you need root access.
    Using root, Get the system application's APK file, decompile it, and read its source as much as you like.
    I assume that you will encounter another problem - system applications have permissions that are available only for system applications.


    UPD Exactly, the reading is open. Therefore, root access is generally not needed.

    • one
      I will clarify that apk itself can be obtained without root access. The data/app/<package>[.<num>] folder is open. - pavel