Automatically set Android devices into the permissive mode
Reviewed By: nikoant Differential Revision: D35356211 fbshipit-source-id: 471470c5ca91c824590a409c4474433f2277b1f2
This commit is contained in:
committed by
Facebook GitHub Bot
parent
052f417224
commit
501abc6b55
1
desktop/types/adbkit.d.ts
vendored
1
desktop/types/adbkit.d.ts
vendored
@@ -57,6 +57,7 @@ declare module 'adbkit' {
|
||||
serial: string,
|
||||
command: string | string[],
|
||||
) => Promise<NodeJS.ReadStream>;
|
||||
root: (serial: string) => Promise<true>;
|
||||
screencap: (serial: string) => Promise<NodeJS.WriteStream>;
|
||||
pull: (serial: string, path: string) => Promise<PullTransfer>;
|
||||
openLogcat: (
|
||||
|
||||
Reference in New Issue
Block a user