Skip to content

Target api26 - #6

Open
ubap wants to merge 6 commits into
rossumg:masterfrom
ubap:targetApi26
Open

Target api26#6
ubap wants to merge 6 commits into
rossumg:masterfrom
ubap:targetApi26

Conversation

@ubap

@ubap ubap commented Sep 27, 2018

Copy link
Copy Markdown
  • Bump target SDK to 26. It will be required from November 2018. https://developer.android.com/distribute/best-practices/develop/target-sdk

  • Created dummy .jks keystore, with key named 'key0' and password '12345678' to test signed installation.

  • Updated README.md to contain steps how to sign APK so it works for latest Android versions.

  • Created RuntimePermissionsHelper, it checks on first launch if required permissions are granted, if not asks for them in the runtime. If permission is denied app closes itself.

mRuntimePermissionsHelper.onRequestPermissionsResult(requestCode, permissions, grantResults);
}

public void permissionsGranted() {

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I think that this method should be named "onPermissionsGranted".

@ubap

ubap commented Sep 27, 2018

Copy link
Copy Markdown
Author

@rossumg

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants