最新版本的快照服务直接调用方法 #1160
aoguai
started this conversation in
Show and tell
最新版本的快照服务直接调用方法
#1160
Replies: 1 comment
-
adb shell sh /storage/emulated/0/Android/data/li.songe.gkd/files/sh/expose.sh |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
最新版本的
li.songe.gkd.service.SnapshotActionService好像没了,根据 fab9287 可知 SnapshotActionService 的功能已被迁移到 ExposeService,并且现在可以通过以下方式直接触发快照:--ei expose 0表示调用SnapshotExt.captureSnapshot()(见ExposeService.handleIntent()逻辑)。Beta Was this translation helpful? Give feedback.
All reactions