take screenshot from ACTION_DIAL intent -java android -


i amateur in android want take screenshot dial activity of user`s phone, use going dial page

 intent call = new intent(intent.action_dial);           startactivity(call); 

what best way screenshot without root? , should write code inside onpause() method? because our app paused when go intent

you can use library getting screen shot

link

hope help


Comments

Popular posts from this blog

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -