Loading
Refactor: Provided abstraction for com.fsck.k9.preferences.Storage -
1. Added an Interface Storage and put all the method definition there. 2. Renamed concrete Storage class to DefaultStorage and made it implement the Storage interface. 3. Updated all relevant reference of DefaultStorage with Storage interface reference.