diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbundlemanagertest/entry/src/main/js/test/ExampleJsunit.test.js b/appexecfwk/bundle_standard/bundlemanager/actsbundlemanagertest/entry/src/main/js/test/ExampleJsunit.test.js index ee1881b8df82382b01641aed7714e8ac954cad53..12fd8e17856392f695d42c0bd9531caa60f603b2 100644 --- a/appexecfwk/bundle_standard/bundlemanager/actsbundlemanagertest/entry/src/main/js/test/ExampleJsunit.test.js +++ b/appexecfwk/bundle_standard/bundlemanager/actsbundlemanagertest/entry/src/main/js/test/ExampleJsunit.test.js @@ -1141,14 +1141,13 @@ describe('ActsBundleManagerTest', function () { expect(datainfo.name).assertEqual("com.example.myapplication.MainAbility"); expect(datainfo.type).assertEqual(demo.AbilityType.DATA); expect(datainfo.bundleName).assertEqual(NAME4); - expect(datainfo.orientation).assertEqual(demo.DisplayOrientation.FOLLOW_RECENT); queryResultCount++; } if (datainfo.bundleName == NAME5) { expect(datainfo.name).assertEqual("com.example.myapplication.MainAbility"); expect(datainfo.type).assertEqual(demo.AbilityType.PAGE); expect(datainfo.bundleName).assertEqual(NAME5); - expect(datainfo.orientation).assertEqual(demo.DisplayOrientation.UNSPECIFIED); + expect(datainfo.orientation).assertEqual(demo.DisplayOrientation.FOLLOW_RECENT); queryResultCount++; } } diff --git a/appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsscenefive/src/main/config.json b/appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsscenefive/src/main/config.json index 9b44984807bbf9a36038c96106726ad64069d929..1a187fcb2fb76c848b94359d07a035faee6b8746 100644 --- a/appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsscenefive/src/main/config.json +++ b/appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsscenefive/src/main/config.json @@ -45,7 +45,6 @@ "isVisible": "true", "launchType": "standard", "language": "C++", - "orientation": "followrecent", "uri":"dataability://" } ], diff --git a/appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsscenesix/src/main/config.json b/appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsscenesix/src/main/config.json index f404b3a6aa06a1915b88811065dfdb6d29ce0c02..3fb7c015b6c3446fc5918fa5246bd35af536eab5 100644 --- a/appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsscenesix/src/main/config.json +++ b/appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsscenesix/src/main/config.json @@ -44,6 +44,7 @@ "type": "page", "isVisible": "true", "launchType": "standard", + "orientation": "followrecent", "language": "C++" } ], diff --git a/appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsscenethree/src/main/config.json b/appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsscenethree/src/main/config.json index 34bc79ed33d8d8adc25299be445e56806f3f0ef8..56d1e4d3bfe690bf9d36cdf5dfb8da3058ddfc27 100644 --- a/appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsscenethree/src/main/config.json +++ b/appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsscenethree/src/main/config.json @@ -40,8 +40,7 @@ "type": "service", "isVisible": "true", "launchType": "singleton", - "language": "C++", - "orientation": "landscape" + "language": "C++" } ], "deviceType": [ diff --git a/appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsscenetwo/src/main/config.json b/appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsscenetwo/src/main/config.json index 33f6de1c0154075784b32d89742d5a59c4a7ba67..d5fd38bc9f1cc3d78a53dc6c9fdbb8f933455162 100644 --- a/appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsscenetwo/src/main/config.json +++ b/appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsscenetwo/src/main/config.json @@ -40,7 +40,7 @@ "icon": "$media:icon", "description": "$string:mainability_description", "label": "$string:app_name", - "type": "service", + "type": "page", "isVisible": "true", "launchType": "singleton", "language": "C++",