Log activity intent

This commit is contained in:
M66B
2019-07-10 11:10:32 +02:00
parent 4c78cc823b
commit e51b7a1fbf
2 changed files with 5 additions and 3 deletions

View File

@@ -66,8 +66,6 @@ public class ActivityCompose extends ActivityBilling implements FragmentManager.
Intent.ACTION_SENDTO.equals(action) ||
Intent.ACTION_SEND.equals(action) ||
Intent.ACTION_SEND_MULTIPLE.equals(action)) {
Log.i(intent.toString());
Log.logExtras(intent);
args = new Bundle();
args.putString("action", "new");