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); 

see this


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -