Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们能否限制我们的应用程序,使其仅在 Android 市场中的 4G 设备上可见/显示。
我目前有 2 个应用程序,一个用于 3G,另一个用于 4G。我不希望用户在市场上看到同一个应用程序的 2 个图标而感到困惑。
问候,安迪
好了,好久没人更新了,我自己更新一下。
目前我们没有网络类型的过滤器(如 3G/4G-LTE)。
我们只能在应用程序级别进行限制,通过检查 HSPA、HSPA+、HSRPD 等条件来检查对 3G/4G 的硬件支持。