Fix merge conflict from backout of bug 872806

This commit is contained in:
Wes Kocher 2013-07-03 01:11:40 -07:00
Родитель 0c55559813
Коммит dec3d1777a
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -81,11 +81,8 @@ public final class Distribution {
File distDir = new File("/system/" + context.getPackageName() + "/distribution");
if (distDir.exists()) {
distributionSet = true;
<<<<<<< local
distPath = distDir.getPath();
settings.edit().putString(pathKeyName, distPath).commit();
=======
>>>>>>> other
}
}