judemanutd / AutoStarter

This library helps bring up the autostart permission manager of a phone to the user so they can add an app to autostart.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Turkish I-ı character

alperenbabagil opened this issue · comments

When taking brand names the code lowercases it with the phone's locale. But it generates a problem in Turkish language devices. For example HUAWEI lowercased as "huaweı" and it is not equal to "huawei" obviously. I think there is no need for the phone's locale when lowercasing because device brand names are all returned in ASCII characters.

Thanks for pointing this out @alperenbabagil , I'm a little busy this weekend so if you can create a PR for this I'll be happy to review it.

Hi Jude,
I cannot push a new branch

Hi Jude,
I cannot push a new branch

Fork & Create a PR

Man.. I mean you must allow pushing new branch

I've fixed the code in the pull request #46

Closing this one since there is no activity