My Android app that runs in the background, is the functionality I need possible? -


here looking do, possible android application?

a user installs application. application runs in background, has no ui, , checks if other applications have been started. if have take screenshots every few seconds , save them in specific folder.

  • can done, can (background) application determine when other applications running?

my application use ocr on screenshots , if detect text strings want show input box on screen , ask user enter comment in the box , click submit.

  • can done, can application running in background, overlay input form on top of other application running?

yes, both possible.

the first 1 possible continuously looking app in foreground, it's extremely expensive in battery...


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -