Skip to content

Commit

Permalink
chore: Add more constants to export
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Jan 10, 2024
1 parent bfd31f3 commit 62fe6c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export const CLIPBOARD_RETRIEVAL_ACTION = `${SETTINGS_HELPER_ID}.clipboard.get`;

export const APPIUM_IME = `${SETTINGS_HELPER_ID}/.AppiumIME`;
export const UNICODE_IME = `${SETTINGS_HELPER_ID}/.UnicodeIME`;
export const EMPTY_IME = `${SETTINGS_HELPER_ID}/.EmptyIME`;

export const WIFI_CONNECTION_SETTING_RECEIVER = `${SETTINGS_HELPER_ID}/.receivers.WiFiConnectionSettingReceiver`;
export const WIFI_CONNECTION_SETTING_ACTION = `${SETTINGS_HELPER_ID}.wifi`;
Expand All @@ -29,3 +30,5 @@ export const SMS_LIST_RETRIEVAL_ACTION = `${SETTINGS_HELPER_ID}.sms.read`;

export const MEDIA_SCAN_RECEIVER = `${SETTINGS_HELPER_ID}/.receivers.MediaScannerReceiver`;
export const MEDIA_SCAN_ACTION = `${SETTINGS_HELPER_ID}.scan_media`;

export const SETTING_NOTIFICATIONS_LISTENER_SERVICE = `${SETTINGS_HELPER_ID}/.NLService`;

0 comments on commit 62fe6c8

Please sign in to comment.