Quiz Hacker App is cheating in my quiz app How can I restrict it to draw it's overlay on our app
canDrawOverlays or TYPE_SYSTEM_OVERLAY || TYPE_SYSTEM_OVERLAY
How can I disable any app that hacks?
It uses OCR to read the part of my question and answer and get answer from Google or any other search engine.
Developer implement a Service that allows them to write overlay on our app like this
I want to restrict this service or stop it from taking picture using OCR through our app.
Is there any suggestion to get rid of it like
- Using a special font that OCR can't read
- Dim Screen to such extend that OCR can't detect
- Add any layer or flag on Question and answer part that
- Ask question in your native language that google can't give right answer
- Use that type of question that can't be answer by google