Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disabling Animations instructions on wiki don't work #109

Open
GoogleCodeExporter opened this issue Mar 18, 2015 · 0 comments
Open

Disabling Animations instructions on wiki don't work #109

GoogleCodeExporter opened this issue Mar 18, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link
Collaborator

What steps will reproduce the problem?
1. Follow the guide on the wiki page "Disabling Animations". 
https://code.google.com/p/android-test-kit/wiki/DisablingAnimations
2. Set the test runner and run a test

What is the expected output? What do you see instead?

Expected: Log should show that animations were disabled and the test should run 
without animations.
Actual: Log shows permission was denied and tests run with animations.

What version of the product are you using? On what operating system?

v1.1 on osx

Please provide any additional information below.

1. I tried setting the permission using `adb shell pm grant _mypackage_ 
android.permission.SET_ANIMATION_SCALE` and it didn't work. Then I checked if 
there was such a permission: `adb shell pm list permissions | grep ANIM`. No 
such permission exists on the emulator or my device (Nexus 4). In fact there 
are lots of permissions listed at 
http://developer.android.com/reference/android/Manifest.permission.html that 
aren't returned by pm list permissions.

2. Disabling animations manually in the emulator (settings|dev options| {window 
animation scale, transition animation scale, animator duration scale} = off) 
has no effect. The same settings on my device do have an effect.

Original issue reported on code.google.com by jer...@loftinspace.com.au on 17 Dec 2014 at 11:33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant