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
Comments
Post a Comment