2014年9月27日 星期六

[android] java code 送touch event

    private void touch(int x, int y) {
        try {
            Runtime.getRuntime().exec("input tap "+x+" "+y);

        } catch (Throwable t) {
        }
    }

沒有留言:

張貼留言