Android OS 2.2 Permissions: I have absolutely no idea why this simple piece of code doesn't work. What am I doing wrong?

后端 未结 3 1282
走了就别回头了
走了就别回头了 2020-12-06 19:57

I\'m just playing around with some code. I create an Activity and simply do something like this:

long lo = currentTimeMillis();
System.out.println(lo);

lo *         


        
3条回答
  •  醉梦人生
    2020-12-06 20:53

    using AlarmManager with SET_TIME permission to set system time seems to work :)

提交回复
热议问题