mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-09 15:19:11 +02:00
docs(adb): add blank lines to break list continuations
This commit is contained in:
parent
6743b4d4af
commit
ce84dedd29
1 changed files with 3 additions and 1 deletions
|
|
@ -81,6 +81,7 @@ impl ACommand {
|
|||
/// - USB
|
||||
/// - TCP/IP: WIFI, Ethernet, etc...
|
||||
/// - Local emulators
|
||||
///
|
||||
/// Status can be (but not limited to):
|
||||
/// - "unauthorized"
|
||||
/// - "device"
|
||||
|
|
@ -158,7 +159,8 @@ impl ShellCommand {
|
|||
/// - `int`
|
||||
/// - chars
|
||||
/// - etc...
|
||||
/// So to avoid lossy conversions, we return strs.
|
||||
///
|
||||
/// So to avoid lossy conversions, we return strs
|
||||
pub fn getprop(mut self, key: &str) -> Result<String, String> {
|
||||
self.0.0.args(["getprop", key]);
|
||||
self.0.run()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue