Loading app/src/main/java/net/sourceforge/opencamera/MainActivity.java +0 −6 Original line number Diff line number Diff line Loading @@ -277,12 +277,6 @@ public class MainActivity extends Activity { // determine whether we support Camera2 API initCamera2Support(); if( Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN ) { // no point having talkback care about this - and (hopefully) avoid Google Play pre-launch accessibility warnings View container = findViewById(R.id.hide_container); container.setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_NO); } // set up window flags for normal operation setWindowFlagsForCamera(); if( MyDebug.LOG ) Loading app/src/main/res/layout/activity_main.xml +1 −0 Original line number Diff line number Diff line Loading @@ -630,6 +630,7 @@ android:layout_height="match_parent" android:background="@android:color/black" android:visibility="gone" android:importantForAccessibility="no" /> </RelativeLayout> Loading
app/src/main/java/net/sourceforge/opencamera/MainActivity.java +0 −6 Original line number Diff line number Diff line Loading @@ -277,12 +277,6 @@ public class MainActivity extends Activity { // determine whether we support Camera2 API initCamera2Support(); if( Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN ) { // no point having talkback care about this - and (hopefully) avoid Google Play pre-launch accessibility warnings View container = findViewById(R.id.hide_container); container.setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_NO); } // set up window flags for normal operation setWindowFlagsForCamera(); if( MyDebug.LOG ) Loading
app/src/main/res/layout/activity_main.xml +1 −0 Original line number Diff line number Diff line Loading @@ -630,6 +630,7 @@ android:layout_height="match_parent" android:background="@android:color/black" android:visibility="gone" android:importantForAccessibility="no" /> </RelativeLayout>