disable idle-detection in Permissions-Policy

This commit is contained in:
Daniel Micay 2021-11-24 02:19:18 -05:00
parent 90d4b22799
commit c7329644b2
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ public class PdfViewer extends AppCompatActivity implements LoaderManager.Loader
"geolocation=(), " +
"gyroscope=(), " +
"hid=(), " +
"idle-detection=(), " +
"interest-cohort=(), " +
"magnetometer=(), " +
"microphone=(), " +