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.
除了预处理之外,有没有可靠的方法在 J2ME 中支持多种模型的背光?
是否有任何可用的库可以处理各种手机的背光?问候。
这不是诺基亚 UI API 中的直接控制,但 MIDP 中有一个控制背光的方法,它是Display.flashBacklight(int duration). 不幸的是,手机没有义务遵守这种方法。但是这个方法至少是 MIDP 的一部分,而不是一些专有的 API。
Display.flashBacklight(int duration)
手机上的原生背光管理范围从完全自然到明显疯狂。
在 MIDP 规范中也没有。
诺基亚 UI API 允许解决一些问题,并且实际上存在于非诺基亚手机上。