We don't know which direction the application using this library will use.
So we should support all direction.
And it should be able to change when the user needs it.
So, I changed TedPermissionActivity's screen orientation to unspecified.
And create setScreenOrientation method at PermissionBuilder
related with #63
Since android 'O'(26), we should satisfy following condition.
(detail info is here )
We don't know which direction the application using this library will use. So we should support all direction. And it should be able to change when the user needs it.
So, I changed
TedPermissionActivity
's screen orientation tounspecified
. And createsetScreenOrientation
method atPermissionBuilder
thanks to @andreas-