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.
4 つのオプションを持つ WL.OptionsMenu を実装しました。ただし、デフォルトのメニュー オプション「Worklight 設定」は、これらのオプションから削除されません。そのメニューオプションを表示から削除するにはどうすればよいですか?
Worklight プロジェクトで、application-descriptor.xml を開き、Android 環境エレメントで以下を変更します。
から:
worklightSettings include="true"/>
に
worklightSettings include="false"/>