Modify smack rule to access the privilege description DB
[platform/framework/native/appfw.git] / inc / FSysIScreenEventListener.h
index c260dea..ff9ae4c 100644 (file)
@@ -62,6 +62,16 @@ public:
         */
        virtual void OnScreenOff(void) = 0;
 
+       /**
+        * Called when the screen brightness is changed.
+        *
+        * @since 2.1
+        *
+        * @param[in]   brightness         Screen brightness between @c 0 to  @c 10.
+        */
+       virtual void OnScreenBrightnessChanged(int brightness) {}
+
+
 protected:
        //
        // This method is for internal use only.
@@ -77,13 +87,6 @@ protected:
        // @since 2.0
        virtual void OnIScreenEventListener_Reserved2(void) {}
 
-       //
-       // This method is for internal use only.
-       // Using this method can cause behavioral, security-related, and consistency-related issues in the application.
-       //
-       // @since 2.0
-       virtual void OnIScreenEventListener_Reserved3(void) {}
-
 }; // IScreenEventListener
 
 } } // Tizen::System