- To fix crash while upcall from Native C language to C#.
Change-Id: Ice4ea8fbf114d91660c057723908817500ab9a1d
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
/// <summary>
/// Enumeration for all available system settings
/// </summary>
- public enum SystemSettingsKeys
+ public enum SystemSettingsKeys : int
{
/// <summary>
/// (string) The file path of the current ringtone
/// </summary>
- IncomingCallRingtone,
+ IncomingCallRingtone = 0,
/// <summary>
/// (string) The file path of the current home screen wallpaper
/// </summary>