博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
内存优化文章链接
阅读量:5235 次
发布时间:2019-06-14

本文共 1264 字,大约阅读时间需要 4 分钟。

1、

:  

2、256MB 和 512MB 以上设备的内存兼容:

  

    如果 app 必须使用 90MB 以上的内存,则在 WMAppManifest.xml 文件中添加:

 

msdn原文:

Opting Out of the 256-MB Device Category by Using the Application Manifest


If you test your application and determine it does not meet the memory requirements of a 256-MB device, you must indicate this in the manifest file of your application. If you do not, a user with a 256-MB device could download and install your application. This could result in poor ratings for your application, even though it will run on devices with more memory without any problems. To opt out of developing applications for 256-MB devices, add a section to the manifest that specifies that your application requires 90 MB of memory . This section of the manifest will not be removed during the Marketplace ingestion process. To add the 90-MB requirement to the manifest, do the following steps.

  1. Add a Requirements section to the WMAppManifest.xml file, immediately following the Capabilities section.

  2. Add a Requirement element to the Requirements section. Specify a Name attribute value of ID_REQ_MEMORY_90 for this Requirement.

    The following example shows how to do this.

 3、  : 

4、

转载于:https://www.cnblogs.com/hebeiDGL/archive/2012/07/03/2574092.html

你可能感兴趣的文章
Express的serve-static中间件的使用之五问
查看>>
如何操作virtualenv
查看>>
键盘与TextField覆盖问题解决
查看>>
nodejs常用组件
查看>>
开发过程中常用的Linux命令
查看>>
Run UliPad 4.1 Under Windows 7 64bit and wxPython 3.0.2
查看>>
【转】如何在GitHub上fork一个项目来贡献代码以及同步原作者的修改
查看>>
什么是聚合根
查看>>
Delphi使用进行post数据时超时设置
查看>>
global,$GLOBALS[' '] 全局, 浮动float跟margin的注意事项
查看>>
redis 操作使用
查看>>
Python生成随机密码
查看>>
css3
查看>>
string.format大全
查看>>
软件开发基本知识
查看>>
less
查看>>
数据结构与算法(3)- C++ STL与java se中的vector
查看>>
php唯一数
查看>>
Android学习笔记(四十):Preference使用
查看>>
CentOS 6.5 下的截图方法
查看>>