You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-20Lines changed: 0 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,8 +142,6 @@ const status = await FrameCapture.requestPermission();
142
142
143
143
**Note:** This is a runtime permission that must be granted before starting capture. The permission dialog is shown by the Android system, not your app.
144
144
145
-
---
146
-
147
145
#### `checkPermission()`
148
146
149
147
Checks if MediaProjection permission (screen capture) has been previously granted without showing the permission dialog.
@@ -156,8 +154,6 @@ const status = await FrameCapture.checkPermission();
156
154
157
155
**Note:** Returns `NOT_DETERMINED` if permission was never requested, `GRANTED` if previously granted. MediaProjection permission cannot be checked programmatically on Android, so this only verifies if permission data exists from a previous grant.
0 commit comments