I've found the resourceID on my Pixel 2 are
com.android.permissioncontroller:id/permission_allow_foreground_only_button
com.android.permissioncontroller:id/permission_allow_one_time_button
com.android.permissioncontroller:id/permission_deny_button
for a standard permission request..
Is there a place I can find which resource ID to use for each permission by SDK or do I have to switch tag in the platform_packages_apps_packageinstaller and check manually for each SDK?