Sharability
DAVE? APPs are set to be shared or not shareable according to the sharability properties in manifest. The concept of sharable is used when the app is needed in multiple apps .
If a APP can be shared:
1. multiple apps can request the same app that has been shared .
2. apps that can be shared automatically become non-free mvariables Therefore, their properties cannot be changed by the "parent"APP .
3. You can set the rnotsharable parameter by manifest the "parent"APP one that can be shared APP can be converted into non-shareable.
If a APP cannot be shared:
1. this app must have only one "parent"app.
2.APP property is Free mvariables , they can be "parent" APP changes.
3. An APP that cannot be shared cannot be converted to shareable.
APP sharability Property |
required asrsharable |
required asrnotsharable |
def < Span style= "Color:rgb (0,0,153)" >sharable = true |
Sharable |
Not sharable |
def < Span style= "Color:rgb (0,0,153)" >sharable = false |
Not sharable |
Not sharable |
DAVE SDK 4.1.2 Help content (translation)--sharability