diff options
author | Yoonchan Choi <yc81.choi@samsung.com> | 2013-06-03 21:22:57 +0900 |
---|---|---|
committer | Yoonchan Choi <yc81.choi@samsung.com> | 2013-06-03 21:27:30 +0900 |
commit | 95b7fb388665387b094b01fb2821274454405d5c (patch) | |
tree | dbc194e5d66c158528d84f03623b936f3011be43 | |
parent | 678c985fb1c92c6d15e70f02facebfa5d35745ea (diff) | |
download | AccountApp-95b7fb388665387b094b01fb2821274454405d5c.tar.gz AccountApp-95b7fb388665387b094b01fb2821274454405d5c.tar.bz2 AccountApp-95b7fb388665387b094b01fb2821274454405d5c.zip |
Add the screen size feature in the manifest
Change-Id: I66c229ed0f42936c8c1f49d1a50b775970c74a4b
Signed-off-by: Yoonchan Choi <yc81.choi@samsung.com>
-rw-r--r-- | project/manifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project/manifest.xml b/project/manifest.xml index 7417af5..6354618 100644 --- a/project/manifest.xml +++ b/project/manifest.xml @@ -6,6 +6,7 @@ <Requirements> <Feature Name="http://tizen.org/feature/platform.core.cpu.arch.armv7">true</Feature> <Feature Name="http://tizen.org/feature/platform.core.fpu.arch.vfpv3">true</Feature> + <Feature Name="http://tizen.org/feature/screen.size.normal">true</Feature> </Requirements> <Apps> <ApiVersion>2.1</ApiVersion> |