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
With Android P, google has no restriction/objection in using enums
The documentation has changed where before it was recommended to be cautious but it doesn't mention it now. https://developer.android.com/reference/java/lang/Enum