To test a feature that I donโt want to release to the general public yet , I would like to implement a โsecretโ menu or menu item.
By "secret" I do not mean a truly secret, but more hidden or invisible menu, accessible only to the developer (me) by entering the code or some other mechanism.
This is not the end of the world if the end user finds out about it and tries to use it ("They made it an idiot proof, but I found a workaround"). I just don't want to give up on an unsuspecting innocent end-user by providing a function that is not yet fully tested.
Any suggestions on how to do this? (Only for Android 2.2 and higher)
source
share