Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
smali で if を else にすることが可能です
if else 状態を変更して、else を if に変更し、if を削除する必要があります
if(){ } else{ }
に if(){ } を削除 else を if(){} にする
に
if(){ } を削除
else を if(){} にする