I used to define a set of related constants like Bundle keys together in an interface like below:
Bundle
public interface From{ String LOGIN_SCREEN
Two facts.
1, Enum is one of the most powerful feature in JAVA.
2, Android phone usually has a LOT of memory.
So my answer is NO. I will use Enum in Android.