【问题标题】:android:filterTouchesWhenObscured="true" doesn't work with twilight appandroid:filterTouchesWhenObscured="true" 不适用于暮光之城应用
【发布时间】:2023-03-15 00:27:02
【问题描述】:

我正在测试一个应用程序,其中 android:filterTouchesWhenObscured="true" 为每个活动在 AndroidManifest.xml 中声明。当我运行覆盖暮光时,我的应用程序仍然有效。有没有人遇到过类似的问题?

我正在使用 Android 6.0 和 8.0 的设备上进行测试,使用和不使用 root,使用两种类型的叠加层进行测试。

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

【问题讨论】:

    标签: android security android-manifest penetration-testing


    【解决方案1】:

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

    【讨论】:

    • 你知道flutter怎么做吗?
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-12-12
    • 2016-10-18
    • 1970-01-01
    • 2011-10-18
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多