OSDN Git Service

Fix SRI orientation on manta
[android-x86/packages-apps-Camera2.git] / src / com / android / camera / WideAnglePanoramaController.java
index 6ac7c51..d711c09 100644 (file)
@@ -30,4 +30,6 @@ public interface WideAnglePanoramaController {
     public void onShutterButtonClick();
 
     public void onPreviewUILayoutChange(int l, int t, int r, int b);
+
+    public int getCameraOrientation();
 }