@SuppressWarnings("deprecation") // "This functionality and UI is better handled with custom views and layouts" doesn't really work here - anyhow, we no longer use ZoomControl by default
final ZoomControls zoomControls = mActivity.findViewById(net.sourceforge.opencamera.R.id.zoom);
@@ -4425,26 +4425,20 @@ public class MainActivity extends Activity {
Log.d(TAG,"set up zoom");
if(MyDebug.LOG)
Log.d(TAG,"has_zoom? "+preview.supportsZoom());
@SuppressWarnings("deprecation")// "This functionality and UI is better handled with custom views and layouts" doesn't really work here - anyhow, we no longer use ZoomControl by default
@@ -4614,15 +4608,12 @@ public class MainActivity extends Activity {
}
});
@SuppressWarnings("deprecation")// "This functionality and UI is better handled with custom views and layouts" doesn't really work here - anyhow, we no longer use ZoomControl by default
@@ -1005,10 +1005,6 @@ public class MyApplicationInterface extends BasicApplicationInterface {
}
else{
// If save folder path is a full path, see if it matches the "external" storage (which actually means "primary", which typically isn't an SD card these days).
// The reason given for deprecation is wrong - the path will only be inaccessible when also running on Android 10;
// when using scoped storage, we should no longer hit this codepath, but we are still using this for older Android