Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
喻凯 committed Jan 9, 2019
1 parent c6ab82d commit a5b49ef
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ void requestPermissionsFromActivity(Context context, String[] permissions) {
XPermissionActivity.log("requestPermissionsFromActivity " + TextUtils.join(", ", permissions));
Intent intent = new Intent(context,XPermissionActivity.class);
intent.putExtra("permissions",permissions);
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
context.startActivity(intent);
}

Expand Down

0 comments on commit a5b49ef

Please sign in to comment.