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.
我正在编写一个应用程序,它将在手机启动时删除某个服务簿。但我找不到实现这一目标的方法。
如何以编程方式删除服务手册?
BlackBerry java SDK 不提供任何 API 来删除 ServiceBook。
作为一个选项,使用 EventInjector 并注入一系列关键事件,以模拟用户活动,以删除服务手册。但这不是一种简单的方式,也不是一种优雅的方式。