It's a part of plugin breakout. The main question is whether DirectoryManager should be a public API by documenting it, since a plugin needs it to function, not should we make it public.
But yeah, make it public Steve! On Tue, Jun 11, 2013 at 12:48 PM, Simon MacDonald <simon.macdon...@gmail.com> wrote: > Huh, you shouldn't need to do that as the DirectoryManager and > CameraLauncher are in the same package. I guess you are moving > CameraLauncher into it's own package, in which case go for it. > > > Simon Mac Donald > http://hi.im/simonmacdonald > > > On Tue, Jun 11, 2013 at 3:43 PM, Steven Gill <stevengil...@gmail.com> wrote: > >> For Android. I need to make >> DirectoryManager.getTempDirectoryPath public so it can work with the camera >> plugin. >> >> -Steve >>