Shubham

Results 126 comments of Shubham

Could you send the log file from your device?

@akki1235 1. Had you updated the targeted app? if yes then go back to previous working version if possible. 2. if you have **Xposed** device then install DISABLE FLAG SECURE...

It seems that this problem is related to MIUI. Is this issue persist after restarting device?

Hi, @amit265 yes it is possible to add fourth options. but i didn't assure you how much time it will take. if you rebuilding this app for you i will...

add 4th option in [floating.xml](https://github.com/SubhamTyagi/loco-answers/blob/master/app/src/main/res/layout/floating.xml) file then initialise the options view in respective overlay [screen](https://github.com/SubhamTyagi/loco-answers/tree/master/app/src/main/java/ai/loko/hk/ui/services)

add one extra option to following class [Base.java](https://github.com/SubhamTyagi/loco-answers/blob/master/app/src/main/java/ai/loko/hk/ui/answers/Base.java), [Engine.java](https://github.com/SubhamTyagi/loco-answers/blob/master/app/src/maintained/java/ai/loko/hk/ui/answers/Engine.java), [Question.java](https://github.com/SubhamTyagi/loco-answers/blob/master/app/src/main/java/ai/loko/hk/ui/model/Question.java) and implement some answers finding logic in Engine.java(copy paste some codes)

if you are using accessibility then got 4th options from [Accessibility.java](https://github.com/SubhamTyagi/loco-answers/blob/master/app/src/main/java/ai/loko/hk/ui/Accessibility.java) class

else you can get the 4th option from [ImageTextReader.java](https://github.com/SubhamTyagi/loco-answers/blob/ba5925b21abd81dc8cf87f68e532392ab60cecd2/app/src/main/java/ai/loko/hk/ui/ocr/ImageTextReader.java#L73)

@Bradfion95 can you send four option trivia apps screenshot?