I created a custom tender and now I want to show a screen to add tips, but I don't know how. It doesn't appear by default, and when I trying to use an intent for that, I wrote:
Intent intent = new Intent(Intents.ACTION_ADD_TIP);
startActivity(intent);
but the opened window says: "All tips entered for All Employees" and a back button. What does it mean?
Thanks!