()
| 135 | /// |
| 136 | /// storage instance |
| 137 | public static Storage getInstance() { |
| 138 | if (INSTANCE == null) { |
| 139 | init("cn1"); |
| 140 | } |
| 141 | return INSTANCE; |
| 142 | } |
| 143 | |
| 144 | /// Allows installing a custom storage instance to provide functionality such as seamless encryption |
| 145 | /// |