gpt4 book ai didi

android - 调试 APK 安装被播放保护阻止

转载 作者:行者123 更新时间:2023-11-30 05:03:23 24 4
gpt4 key购买 nike

<分区>

在我的项目中实现 Firebase 动态链接之后。当我从 android studio 运行应用程序时,它运行但应用程序未显示在应用程序列表中。

如果我尝试安装 Debug APK,它会显示错误:“Play Protect 无法识别此应用的开发者。来自未知开发者的应用有时可能不安全。

我在 Firebase 动态链接的 list 文件中添加了这段代码:

  <activity
android:name=".Auth.MainActivity"
android:screenOrientation="portrait"
android:label="MainActivity">
<intent-filter android:label="MainActivity">
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />

<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>

<data
android:host="mydomain.com"
android:pathPrefix="/post"
android:scheme="https" />
<data
android:host="mydomain.com"
android:pathPrefix="/post"
android:scheme="http" />

</intent-filter>

</activity>

请帮帮我。提前致谢。

更新:而且当我从 list 中删除这段代码时它会很好用。

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com