Skip to content

Commit

Permalink
Merge pull request #58 from alperenbabagil/lowercase_english_locale
Browse files Browse the repository at this point in the history
Lowercase english locale
  • Loading branch information
judemanutd authored Oct 12, 2020
2 parents 419757c + 101c6e3 commit 03e4e41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class AutoStartPermissionHelper private constructor() {

fun getAutoStartPermission(context: Context): Boolean {

when (Build.BRAND.toLowerCase(Locale.getDefault())) {
when (Build.BRAND.toLowerCase(Locale.ENGLISH)) {

BRAND_ASUS -> return autoStartAsus(context)

Expand Down

0 comments on commit 03e4e41

Please sign in to comment.