Commit Graph

3 Commits

Author SHA1 Message Date
Sunny Goyal
6c56c68555 Changing the dogfood check to a static boolean to better handle proguard optimizations
Change-Id: I892b88ce1a007fafc23a73ad4193c5c4aa411d1b
2015-07-16 14:09:53 -07:00
Sameer Padala
4ed56a25ea Prevent the inlining of ProviderConfig.AUTHORITY
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
2014-09-23 18:08:58 -07:00
Chris Wren
e523e70f75 move the provider authority to a config class
Bug: 10816034
Change-Id: I68364081f039f94205b805a1510eb04e6f0f40a2
2013-10-09 12:41:09 -04:00