Android: Request Permissions do not show dialog boxes

Leo N
3 min readFeb 15, 2020
The process to merge three manifest files, lowest priority (left) into highest priority (right)

1. My problem

  • Declare
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
  • Call permission in code
// Here, thisActivity is the current activity
if (ContextCompat.checkSelfPermission(thisActivity,
Manifest.permission.READ_CONTACTS)
!=…

--

--

Leo N

πŸŽ“ β€œA person who never made a mistake never tried anything new.” β€” Albert Einstein