kaputnikGo / PilferShushJammer

Light Android AOSP application to test microphone jamming techniques to combat Cross-Device Tracking (XDT)
212 stars 25 forks source link

Option to start application on boot #21

Closed dmlemos closed 3 years ago

dmlemos commented 4 years ago

Hi. I love the concept of this app, would it be possible to have an option to start it on boot?

kaputnikGo commented 4 years ago

already requested https://github.com/kaputnikGo/PilferShushJammer/issues/19

dmlemos commented 4 years ago

I don't think #19 has closed this issue. Would be great to have this feature, otherwise it kind of defeats the whole purpose.

kaputnikGo commented 4 years ago

Yeah good point, #19 is a mixed issue, so will re-open this one as reference for the boot listener.

kaputnikGo commented 4 years ago

next release 4.5.0 will have boot receiver and auto restart at boot

kaputnikGo commented 4 years ago

boot listener/receiver may not be allowed to auto start the mic blocker service due to API rules but am still playing around with it. Also Android 11 (API 30) has more changes to microphone use that may impact a fair bit of this app's functions. This also being looked at now and i suspect these two things will be related.

kaputnikGo commented 4 years ago

Bug fix release 4.4.2 coming first. 4.5 will have to wait till i figure out what is going on with upcoming Android 11