I am working on a Hybrid App (Web UI with Native Service) of API version 4.0 for my Gear S3 Frontier.
- The Web UI will launch the Service.
- Native Service will use the Sensor and Location data.
My Service App has the privilege of Senor and Location.
- Do I need to get Service App privileges in both the caller app and the launched app?
In Tizen .NET I observed that the caller app privileges are also transfered to the launched app.
What if I get the privileges only in caller App and not in the launched Service, will the privileges be transfered automatically ?