What does APK size optimization technique 'code shrinking' do via R8 or ProGuard?
-
A
Compresses image assets into WebP format
-
B
Removes unused classes, fields, methods, and attributes from the compiled output
-
C
Reduces the number of Activities in the manifest
-
D
Splits the APK by screen density