Looking at https://developer.android.com/google/play/integrity/additional-tools
At the end of the page, it explains how to exclude devices from seeing your app in the store if the device does not meet MEETS_DEVICE_INTEGRITY and/or MEETS_BASIC_INTEGRITY.
My question is is how can I do it with MEETS_STRONG_INTEGRITY?
Is there a list of devices somewhere that has strong integrity?
Thank you