X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FTizen.Applications.Common%2FInterop%2FInterop.AppControl.cs;h=ee60e6ece698d3c108a4a5c86e4256a7aa3e5395;hb=ba41e287e1efc9224cbb0d0fade5d3a8eaeabb4b;hp=6360dd9fc133bdd519f35be0882d608c7edae6de;hpb=8eee3b4809d80b2c95f5e4096077f6ec7818cff1;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/Tizen.Applications.Common/Interop/Interop.AppControl.cs b/src/Tizen.Applications.Common/Interop/Interop.AppControl.cs index 6360dd9..ee60e6e 100755 --- a/src/Tizen.Applications.Common/Interop/Interop.AppControl.cs +++ b/src/Tizen.Applications.Common/Interop/Interop.AppControl.cs @@ -151,5 +151,8 @@ internal static partial class Interop [DllImport(Libraries.AppControl, EntryPoint = "app_control_get_component_id")] internal static extern ErrorCode GetComponentId(SafeAppControlHandle handle, out string componentId); + + [DllImport(Libraries.AppControl, EntryPoint = "app_control_set_auto_restart")] + internal static extern ErrorCode SetAutoRestart(SafeAppControlHandle handle); } }