Set Animation on on Device Programatically android -
do know how activate animation settings menu in android ? problem device, @ least in case of samsung galaxy, has have animations enabled transitive animation work. can done in settings menu want application programatically. possible ?
i think may work:
contentresolver contentresolver = getcontentresolver(); settings.system.putint(contentresolver , settings.system.window_animation_scale, 0);
Comments
Post a Comment