MCPcopy Create free account
hub / github.com/buggins/coolreader / getSettingsFile

Method getSettingsFile

android/src/org/coolreader/CoolReader.java:1757–1761  ·  view source on GitHub ↗
(int profile)

Source from the content-addressed store, hash-verified

1755 }
1756
1757 public File getSettingsFile(int profile) {
1758 if (profile == 0)
1759 return propsFile;
1760 return new File(propsFile.getAbsolutePath() + ".profile" + profile);
1761 }
1762
1763 File propsFile;
1764 private static final String SETTINGS_FILE_NAME = "cr3.ini";

Callers 2

loadSettingsMethod · 0.95
saveSettingsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected