an0n981

Results 12 comments of an0n981

No, only an item was allowed denied, not if it was onDemand popup (or screen off) vs if it already black/ whitelisted

I am confused. The original issue as discribed by @kaizokan is that with a function set as [ ] [ x ] and adding an onDemand popup to blacklist does...

I cannot find your original post regarding this. The discussion was quite some time ago. But IMHO and the way you described it back then is that black/white lists should...

I had a look at the log, the app does not request anything related to SMS. From looking at the apps (reverse engineered) source code, it uses an intent receiver...

From app android-mainfest: receiver android:exported="false" android:name="by.belinvestbank.utils.IncomingSmsReceiver" action android:name="android.provider.Telephony.SMS_RECEIVED" But shouldn't this actually already be restricted?

Does the debug log log 'danerous' restrictions? If so then in the log provided by @define there should be a reference to the app requesting it, which there isn't, the...

That's the thing, 10033 is not the UID in question, 10230 is

@M66B Do I read this correctly that in compatibility mode this method is only hooked on SDK 19 and above? ``` mListHook.add(new Hook("messages", "getAllMessagesFromIcc", "RECEIVE_SMS", 10, null, null).notAOSP(19)); ```

Also, another app that uses such a method is WhatsApp during the registration process. However, from I have read [here](http://android.stackexchange.com/questions/72855/can-the-receive-sms-permission-be-used-to-intercept-sms-messages) the way incoming SMS are handled was changed in SDK...

I will try to find a 4.3 based rom for my device and try to reproduce the issue