Android API like java.awt.Robot

前端 未结 4 1281
青春惊慌失措
青春惊慌失措 2020-12-19 01:51

Is there an Android API analogous to java.awt.Robot, i.e. an API allowing to take screenshots?

4条回答
  •  爱一瞬间的悲伤
    2020-12-19 02:28

    Robot class is only available in Java, this is not supported in Android, Too see what are the classes supported in Android, pls click this

提交回复
热议问题