Android Question Service Module not working

Jithesh Mepparambath

Member
Licensed User
Longtime User
hi,

if i add two service modules , then none of them are working.

I created a Service for intercepting the SMS which works untill i added the second service for FCM Pushnotification.

now both the services are not working.

project file attached.

regards

Jithesh M
 

Attachments

  • SMSIntercept.zip
    11.9 KB · Views: 152

kisoft

Well-Known Member
Licensed User
Longtime User
I have checked the manifest editor in your example.
B4X:
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="26"/>
you can set for test stargetSdkVersion="19.....23" else if android:targetSdkVersion="26" then
See the runtime permissions video tutorial.
end if
 
Upvote 0
Top