DigitalHealthIntegration / rdt-reader

MIT License
2 stars 0 forks source link

Product code should not depend on sample code #19

Closed rightparen closed 4 years ago

rightparen commented 4 years ago

Utils is a dependency of RdtAPI, so it should not depend on MainActivity. MainActivity is sample code and should not be included in customer apps. This moves the MY_PREFS_NAME constant to Utils, which is visible everywhere.