Skip to content
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.

issue #61 update target sdk and use android O TYPE_APPLICATION_OVERLAY #62

Merged
merged 3 commits into from Aug 30, 2017

Conversation

brianPlummer
Copy link
Member

fixes issue #61

@@ -54,10 +55,17 @@ public TinyCoach(Application context, FPSConfig config) {

private void addViewToWindow(View view) {

int permissionFlag;
if(android.os.Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe encapsulate in PermissionCompat.gerFlag()

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will do!

@brianPlummer brianPlummer merged commit c5003bb into master Aug 30, 2017
@brianPlummer brianPlummer deleted the bug/issues61 branch August 30, 2017 00:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants