This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
public class ExampleActivity extends AppCompatActivity { | |
public void onClick(View v) { | |
// This example shows how to request CALL_PHONE and READ_CALENDAR and do some stuff with the permissions | |
// The user will only be prompted for the permissions he not yet has granted | |
new PermissionRequestManager() |
NewerOlder