@react-native-ohos/react-native-system-setting 1.8.0-rc.2 → 1.8.0-rc.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/harmony/react_native_system_setting/BuildProfile.ets +1 -1
- package/harmony/react_native_system_setting/oh-package.json5 +1 -1
- package/harmony/react_native_system_setting/src/main/ets/RNSystemSettingTurboModule.ts +4 -1
- package/harmony/react_native_system_setting.har +0 -0
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Use these variables when you tailor your ArkTS code. They must be of the const type.
|
|
3
3
|
*/
|
|
4
|
-
export const HAR_VERSION = '1.8.0-rc.
|
|
4
|
+
export const HAR_VERSION = '1.8.0-rc.3';
|
|
5
5
|
export const BUILD_MODE_NAME = 'debug';
|
|
6
6
|
export const DEBUG = true;
|
|
7
7
|
export const TARGET_NAME = 'default';
|
|
@@ -66,7 +66,10 @@ export class RNSystemSettingTurboModule extends TurboModule implements TM.ReactN
|
|
|
66
66
|
bundleName: 'com.huawei.hmos.settings',
|
|
67
67
|
abilityName: 'com.huawei.hmos.settings.MainAbility',
|
|
68
68
|
action: 'action.settings',
|
|
69
|
-
uri: action
|
|
69
|
+
uri: action,
|
|
70
|
+
parameters: {
|
|
71
|
+
pushParams: context.applicationInfo.name
|
|
72
|
+
}
|
|
70
73
|
};
|
|
71
74
|
context.startAbility(want)
|
|
72
75
|
.then(() => {
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-native-ohos/react-native-system-setting",
|
|
3
|
-
"version": "1.8.0-rc.
|
|
3
|
+
"version": "1.8.0-rc.3",
|
|
4
4
|
"description": "provide some system setting APIs. Volume, brightness, wifi, location, bluetooth, airplane...",
|
|
5
5
|
"main": "SystemSetting.js",
|
|
6
6
|
"types": "SystemSetting.d.ts",
|