Skip to content

Commit

Permalink
doc: add documentation to serial env var constant
Browse files Browse the repository at this point in the history
  • Loading branch information
lavafroth committed Apr 28, 2024
1 parent 39cb07a commit 11e386d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ use std::path::PathBuf;
use std::process::Command;
use std::{fmt, fs};

/// Global environment variable to keep
/// track of the current device serial.
pub const ANDROID_SERIAL: &str = "ANDROID_SERIAL";

pub fn fetch_packages(uad_lists: &PackageHashMap, user_id: Option<&User>) -> Vec<PackageRow> {
Expand Down

0 comments on commit 11e386d

Please sign in to comment.