karasevm / PrivateDNSAndroid

Quick settings tile to switch active private DNS server
MIT License
255 stars 10 forks source link

Crashing on Android 15 Beta #17

Open parzival-cmd opened 3 weeks ago

Arjunkm145 commented 3 weeks ago

While giving ADB shell access to this app ,Is there any issue while installing system updates on phone

karasevm commented 3 weeks ago

Managed to replicate this while trying to grant permission with shizuku, from a quick glance it seems that shizuku has not yet been update to support a15. For now the new version of the app should properly fall back to adb method is shizuku fails.

karasevm commented 3 weeks ago

@Arjunkm145 the app uses the WRITE_SECURE_SETTINGS permission to set private_dns_mode and private_dns_specifier settings. You shouldn't experience any issues installing updates. Also next time please create a separate issue if you have a bug/question.

Arjunkm145 commented 3 weeks ago

So ,No issues while installing system updates like Android 15 stable release

karasevm commented 3 weeks ago

@Arjunkm145 The only thing it does is change user-accessible settings, there's no reason for that to cause any issues. I've tested the app on a15 emulator and everything but shizuku works perfectly fine.