Update to handle the FG/BG on AppControl response callback
[platform/framework/native/appfw.git] / src / app / inc / FApp_AppArg.h
index 49975e2..c9c0c30 100644 (file)
@@ -175,13 +175,9 @@ public:
 
        static void UpdateKeyValue(bundle* b, const char* pKey, const Tizen::Base::String& value);
 
-       static void UpdateSubMode(bundle* b);
+       static void UpdateRaiseMode(bundle* b);
 
-       static bool IsSubMode(bundle* b);
-
-       static void UpdateServiceApp(bundle* b);
-
-       static bool IsServiceApp(bundle* b);
+       static bool IsRaiseMode(bundle* b);
        
        static AppId GetCalleeAppId(bundle* b);