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.
我想在锁屏上显示一个 textview 对象。我四处寻找帮助,但找不到好的来源。有人可以帮我解决如何在锁屏上显示 textview 对象吗?
尝试这个:
Settings.System.putString(context.getContentResolver(), Settings.System.NEXT_ALARM_FORMATTED, yourMessage);