c# - 如何阻止 512 mb ram 设备的应用程序?

标签 c# visual-studio-2013 windows-phone-8.1

很抱歉这个简单的问题,但我在 dev.windows.com 上的 appmanifest 或提交表单中找不到任何内容。 在哪里可以为我的应用设置 1 GB 的最小 Ram?

非常感谢您。

最佳答案

你可以设置ID_REQ_MEMORY_300 :

For Windows Phone 8, indicates that the app requires more than 180 MB of memory and is not suited for a lower-memory device.

180 MB 是小于 1 GB 的设备可以使用的最大值,因此这实际上限制了 RAM 为 1 GB 或以上的设备。

关于c# - 如何阻止 512 mb ram 设备的应用程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30026207/

相关文章:

c# - C# 中的 XML 序列化

visual-studio - 使用 Visual Studio 2013 RC 在 Windows 8.1 RTM 上安装 Windows Phone 7.1 SDK

visual-studio - 使用 VS2013 但仍然出现 "The builds tools for v120 (Platform Toolset = ' v12 0') cannot be found."错误

c# - 如何关闭打开的StorageFile?

c# - 如果 c# 中的值为 null,则为对象分配默认值

c# - 在 C# 中是否有更简单的方法来执行此操作? (空合并类型问题)

c# - SQL 服务器 : are transaction locking table for other users?

c# - 无法访问 asp :TextBox tag from the C# file : the name 'txtUsername' does not exist in the current context

c# - 如何在 WP 8.1 中加载时禁用页面动画?

c# - 电子邮件 ID 的正则表达式检查失败