jhansireddy / AndroidScannerDemo

ScanLibrary is an android document scanning library built on top of OpenCV, using the app you will be able to select the exact edges and crop the document accordingly from the selected 4 edges and change the perspective transformation of the cropped image.
MIT License
1.07k stars 472 forks source link

Alert is causing problems on MIUI and other third party OSes #147

Open shahawi opened 3 years ago

shahawi commented 3 years ago

// This alert is causing problems on MIUI and other third party OSes, I believe it is not necessary to be shown. // This alert always appears on a Xiaomi mi 9 with 6 GBs of ram / new AlertDialog.Builder(this) .setTitle(R.string.low_memory) .setMessage(R.string.low_memory_message) .create() .show(); /