Apktool icon indicating copy to clipboard operation
Apktool copied to clipboard

Feature Flags - API 35 not working

Open iBotPeaches opened this issue 10 months ago • 0 comments
trafficstars

This update didn't seem to work on my Pixel 8 Pro on the SystemUIGoogle apk......Android 15 January update. No changes, just decompile, then recompile.

I: Using Apktool v2.11.0-3-4b2c9abe-SNAPSHOT on SystemUIGoogle.apk with 4 threads
I: Smaling smali folder into classes.dex...
I: Smaling smali_classes2 folder into classes2.dex...
I: Building resources with aapt2...
W: error: attribute 'android:featureFlag' has flag 'com.android.wm.shell.enable_retrievable_bubbles' not found in flags from --feature_flags parameter.
W: error: attribute 'android:featureFlag' has flag 'com.android.wm.shell.enable_retrievable_bubbles' not found in flags from --feature_flags parameter.

SystemUIGoogle.zip framework-res.zip

Originally posted by @Tulsadiver in https://github.com/iBotPeaches/Apktool/issues/3706#issuecomment-2593308283

iBotPeaches avatar Jan 15 '25 16:01 iBotPeaches