My application was rejected due to missing privileges for KeepLocationUpdateAwake(bool) form LocationProvider although both needed privileges ( power and location) are included in manifest.xml !
Checking tool also finds that something is wrong with KeepLocationUpdateAwake(bool) saying :
The http://tizen.org/privilege/location and http://tizen.org/privilege/power
Both privileges are required. privilege is required for Tizen::Locations::LocationProvider::KeepLocationUpdateAwake.Undefined privilege alarm
although both privileges are included.
When quick fixing the problem(ctrl+1), tool adds something really weird to manifest file:
are
Both
http://tizen.org/privilege/power
privileges
http://tizen.org/privilege/vibrator
required.
It's kind of weird, did someone dealt with this problem before ?
Steps to reproduce:
* develop project with locationProvider
* request LocationUpdateByInterval
* use KeepLocationUpdateAwake(true) method
* add needed privileges
* check privileges validation
Also does someone have a template for tizen circle icon ? (because it's pain in the ... ) ;)