> Me too! Probably the defaults, but I have no warnings (except the "required"
> minSDK warning) and it wouldn't have been caught anyway. The line that got
> removed was a simple static helper function that used the current context to
> delete all files in the cache directory. Removing it had no effect on the
> surrounding code.

Yes, but if you declared the helper function private, you may have
gotten an unused warning.  If it was in a different class, of course,
that's no help as the compiler doesn't check for unused package
private functions, even though it could.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to