summaryrefslogtreecommitdiff
path: root/src/components/include/application_manager/application_manager_settings.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1620 from AByzhynar/fix/FixFactoryDefaultsJacob Keeler2017-09-071-0/+1
|\ | | | | Clear persistent data of all registered applications after FACTORY_DEFAULTS and MASTER_RESET
| * Fix SDL behavior in case of MASTER_RESET & FACTORY_DEFAULTSVeronica Veremjova2017-06-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | After SDL receives - BC.OnExitAllApplications(MASTER_RESET) : SDL should clear stored persistent data of all registered applications and revert local PT to preloaded state. - BC.OnExitAllApplications(FACTORY_DEFAULTS): SDL should clear stored persistent data of all registered applications and remove all user consents from local PT.
* | Implementation of Remote Control pluginAlexander Kutsan2017-08-161-0/+1
|/ | | | | | Stype changes after integration Fix policy handler remote unit tests
* Enable SDL stop when PathStoSnapshot contains unportable symbolsiAndrew52016-12-281-1/+1
| | | | | | | | Created method which checks that Snapshot filename consists only from portable symbols Added necessary check to main function. Renamed config_profile setter as there were 2 methods: getter & setter with the same name Related: APPLINK-30869
* Common AppLaunchController functionalityAlexander Kutsan2016-08-051-2/+0
| | | | Related issue : APPLINK-24892
* Extend SDL interfaces for AppLaunch functionalityAlexander Kutsan2016-08-041-2/+5
| | | | Related issue : APPLINK-24892
* Correctives after reviewKozoriz2016-04-251-4/+36
|
* ApplicationManager correctives after remove all singletonesKozoriz2016-04-251-0/+67
Removed singletone from AM Updated after removing Profile singleton