OSDN Git Service

Merge "Apps on SD card project. Refactored recommendAppInstallLocation(..) method...
authorOscar Montemayor <oam@google.com>
Sat, 30 Jan 2010 00:50:21 +0000 (16:50 -0800)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Sat, 30 Jan 2010 00:50:21 +0000 (16:50 -0800)
commit7912a29cf24cab2f999186d95afa13ecdada0b8e
treeb9d9875b573a06ed1c0e7af066181dc1ec0d990d
parent9205b2effebede64a3edabeac9ef304892f377f3
parent539d3c475f44b1499499a8b70375a192545cf113
Merge "Apps on SD card project. Refactored recommendAppInstallLocation(..) method in PackageManager by making it an instance method. Since PackageManager has only abstarct instance methods, moved implementation to ApplicationContext.ApplicationPackageManager class, in line with the rest of the method implementations. Tah way, chage is consistent with best coding practices. Also MockPackageManager received the additional method."