Skip to content

Commit

Permalink
Update HideAPK.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
1q23lyc45 authored Jan 10, 2025
1 parent 173458e commit fb9a2fb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ object HideAPK {
val idx = random.nextInt(len - 2)
builder[idx + 1] = '.'
}
builder.insert(0, "com.")
return builder.toString()
}

Expand Down

0 comments on commit fb9a2fb

Please sign in to comment.