summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/config/ProviderConfig.java
Commit message (Collapse)AuthorAgeFilesLines
* Prevent the inlining of ProviderConfig.AUTHORITYSameer Padala2014-09-231-1/+1
| | | | | | | | This intern() statement prevents AUTHORITY from being inlined into LauncherProvider.AUTHORITY and LauncherSettings.Favorites.CONTENT_URI. If this string is inlined, then it can't be overridded by libraries that depend on it. Change-Id: I588b394291b70a01e3008c908a6ccb9b6cdfb6b9
* move the provider authority to a config classChris Wren2013-10-091-0/+22
Bug: 10816034 Change-Id: I68364081f039f94205b805a1510eb04e6f0f40a2