コード例 #1
0
 public void saveConnections(String[] connections) {
   connectionsPreferenceValue.set(connections);
 }
コード例 #2
0
 public String[] loadConnections() {
   return connectionsPreferenceValue.get();
 }