我正在测试应用程序,其中每个活动在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" />
答案 0 :(得分:0)
android:filterTouchesWhenObscured
是您应用于布局中的View
而不是清单中活动的属性。