i’m trying to call intent.getSourceBounds(); method but it gives me error and it propose me Add cast to ‘intent’. I saw a lot of codes that use this method what should i do in order to call this method?
i’m trying to call intent.getSourceBounds(); method but it gives me error and it propose
Share
I checked for the API level and i saw that i need to use at least API level 7 in order to use this method, so the problem is that i’m using API level 5 at this moment.