Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想像这样在锁定屏幕中显示一条消息,但我不知道如何开发它
请帮忙 :)
这有点小技巧,但可以通过创建警报类型来完成......
String message = "This is a test"; Settings.System.putString(context.getContentResolver(), Settings.System.NEXT_ALARM_FORMATTED, message);
您还可以浏览这个项目,看看他们是如何做到的。
http://code.google.com/p/contactowner/