shubham0204 / FaceRecognition_With_FaceNet_Android

Face Recognition using the FaceNet model and MLKit on Android.
https://towardsdatascience.com/using-facenet-for-on-device-face-recognition-with-android-f84e36e19761
Apache License 2.0
252 stars 88 forks source link

Updated AndroidManifest.xml #19

Closed Eduardo-Avelar closed 3 years ago

Eduardo-Avelar commented 3 years ago

Updated AndroidManifest for READ_EXTERNAL_STORAGE permission. To work on Samsung A51, with Android 10, adding these two new parameters on the Android manifest was necessary. Maybe it can help others spend less time looking for the reason why the app is not working on the device.

shubham0204 commented 3 years ago

@Eduardo-Avelar, thanks for the proposal. I'll dig more into these changes and merge the pull request shortly.

shubham0204 commented 3 years ago

@Eduardo-Avelar, thanks for contributing! Your pull request has been merged.