#android intents

7 messages · Page 1 of 1 (latest)

snow skiff
#

I probably tried for over 4 hours by now to get intents working.

i tried setting breakpoints at my intents handeling which should recieve all calls buts its just not. The NotificationShowcase.java also has some example notifications i tried to use including a function to make one with a intent like normal. as you can see there i tell it to use MainActivity.class but that class is just not receiveing them for whatever reason and i dont understand why.

the full code is available here: https://github.com/HacktheTime/HypeNotify

In my opinion the important files are:
MainActivity.java
Intents.java
AndroidManifest.xml
EnumIntentReceiver.java

GitHub

Android App and Server corelation for self making features etc. - HacktheTime/HypeNotify

cold jasperBOT
#

This post has been reserved for your question.

Hey @snow skiff! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

snow skiff
# snow skiff

just noticed that theere is the problem that the action isnt verfied butthat not a problem anyway

snow skiff
#

bump

snow skiff
#

issue was the app was being blocked by something entireley different and due to debug or something it didnt tell me.