本文介绍了在Windows 10 Mobile上选择低内存设备的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法在Windows 10移动应用程序上选择低内存设备(512 MB)?

Is there a way to opt out low memory devices (512 MB) on the Windows 10 Mobile app?

以前它是用StoreManifest.xml完成​​的,但似乎根据目前的规格,那里没有这样的选项。

Previously it was done with StoreManifest.xml, but it seems that according to current specifications there is no such an option there.

推荐答案

在build2015会话3-170,MS表示Win10包清单将支持'Foreground Memory'选项。 '应用在前台运行时可以使用的内存量','300MB,700MB,1000MB,2000MB'。

At build2015 session 3-170, MS said that Win10 package manifest will support 'Foreground Memory' option. 'Amount of memory your app can use while it is running in the foreground',  '300MB, 700MB, 1000MB, 2000MB'.

*您可以在幻灯片18上看到它 - > 

*You can see it on slide 18 -->  https://channel9.msdn.com/Events/Build/2015/3-710

但是,目前的Win10包清单方案doc没有提及它。

But, current Win10 package manifest scheme doc does not mention about it.


这篇关于在Windows 10 Mobile上选择低内存设备的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-23 01:10