Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Test build failure due to explicit lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
miankhalid committed Jul 17, 2017
1 parent 150bed3 commit 96daaf5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public static Intent newShareIntent(@NonNull String text) {
.setType("text/plain");
}

@SuppressWarnings("RestrictedApi")
public static void showShareMenu(@NonNull Intent shareIntent, @NonNull View anchor,
final @NonNull ShareMenuItemListener listener) {
final Context context = anchor.getContext();
Expand Down

0 comments on commit 96daaf5

Please sign in to comment.