I have a module with a broadcast receiver which start an activity when activated, but my activity is located in my app's android folder (com.quicklocker....).
But importing this package in my module file give me an error :
error: package com.quicklocker does not exist
So is there anyway to import it ?
THX