We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e23a4 commit a66bb55Copy full SHA for a66bb55
app/src/main/java/app/grapheneos/pdfviewer/PdfViewer.java
@@ -83,6 +83,7 @@ public class PdfViewer extends AppCompatActivity implements LoaderManager.Loader
83
"document-domain=(), " +
84
"encrypted-media=(), " +
85
"fullscreen=(), " +
86
+ "gamepad=(), " +
87
"geolocation=(), " +
88
"gyroscope=(), " +
89
"hid=(), " +
@@ -96,6 +97,7 @@ public class PdfViewer extends AppCompatActivity implements LoaderManager.Loader
96
97
"publickey-credentials-get=(), " +
98
"screen-wake-lock=(), " +
99
"serial=(), " +
100
+ "speaker-selection=(), " +
101
"sync-xhr=(), " +
102
"usb=(), " +
103
"xr-spatial-tracking=()";
0 commit comments