</br>
## How to register a syspopup
- If you install a xml file to the syspopup directory which is "/usr/share/syspopup/\<profile\>", the syspopup information will be registered automatically while creating the binary image.
+- If you're a platform developer, please install the xml file in "/usr/share/syspopup/default" directory.
</br>
e.g. org.tizen.hellopopup.xml (for mobile profile)
</br>
focus | The focus. If it's 'true', the popup window has a focus (value: 'true' or 'false')
timeout | The timeout interval. (value: -1 ~ integer [-1: infinite, 0: don't use])
term-action | The termination action (value: 'term' or 'hide' or 'ignore')
- endkey-action | The endkey action (value: 'term' or 'hide' or 'ignore')
\ No newline at end of file
+ endkey-action | The endkey action (value: 'term' or 'hide' or 'ignore')