android:filterTouchesWhenObscured =“ true”不适用于暮光之城应用程序

时间:2019-08-08 09:03:28

标签: android security android-manifest penetration-testing

我正在测试应用程序,其中每个活动在android:filterTouchesWhenObscured="true"中声明了AndroidManifest.xml,但是当我运行叠加暮色时,我的应用程序仍然可以使用。有人有类似的问题吗?

在具有和不具有root的android 6.0和8.0的设备上进行测试,测试两种叠加层的

<activity android:name=".MainActivity"
android:filterTouchesWhenObscured="true">
             <intent-filter>
                <action android:name="android.intent.action.MAIN" />

1 个答案:

答案 0 :(得分:0)

android:filterTouchesWhenObscured是您应用于布局中的View而不是清单中活动的属性。