We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8277422 commit 5c8dd35Copy full SHA for 5c8dd35
1 file changed
src/download_sources/google_play.rs
@@ -20,7 +20,7 @@ pub async fn download_apps(
20
accept_tos: bool,
21
mut options: HashMap<&str, &str>,
22
) {
23
- let device = options.remove("device").unwrap_or("px_7a");
+ let device = options.remove("device").unwrap_or("px_9a");
24
let split_apk = match options.remove("split_apk") {
25
Some(val) if val == "1" || val.to_lowercase() == "true" => true,
26
_ => false,
0 commit comments