You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is causing add some unnecesary permission to the app.
uses-permission#android.permission.WRITE_EXTERNAL_STORAGE
IMPLIED from xxxx/src/main/AndroidManifest.xml:2:1-48:12 reason: org.tensorflow.lite.gpu.api has a targetSdkVersion < 4
uses-permission#android.permission.READ_PHONE_STATE
IMPLIED from xxxx/src/main/AndroidManifest.xml:2:1-48:12 reason: org.tensorflow.lite.gpu.api has a targetSdkVersion < 4
uses-permission#android.permission.READ_EXTERNAL_STORAGE
IMPLIED from xxxx/src/main/AndroidManifest.xml:2:1-48:12 reason: org.tensorflow.lite.gpu.api requested WRITE_EXTERNAL_STORAGE
There are some reporting the similar issue causing this issue.
Hi, @unisons
Thank you for bringing this issue to our attention, We'll discuss this issue with relevant team to update minSdkVersion in their aar's AndroidManifest.xml for litert-gpu-api and will update you. Thank you for your understanding and cooperation.
litert-gpu-api doesn't have min sdk version in their aar's AndroidManifest.xml
https://maven.google.com/web/index.html?q=com.google.ai.edge.litert#com.google.ai.edge.litert:litert-gpu-api:1.0.1
It is causing add some unnecesary permission to the app.
There are some reporting the similar issue causing this issue.
aws-amplify/aws-sdk-android#380
https://stackoverflow.com/questions/49551801/manifest-merger-showing-implied-permissions-why
google/dagger#1864
Please register new version having the min sdk version definition in their xml.
The text was updated successfully, but these errors were encountered: