Headsup! The following question might be a very silly question.
I know from API level 9 Android has introduced android:filterTouchesWhenObscured to prevent tap jacking in Android apps.
My question is will it be enough if I add this attribute to the root of a layout file or do I have to add this to each view inside a layout file?
Which one is advisable?