mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 15:11:03 +00:00
Log activity intent
This commit is contained in:
parent
485474b415
commit
ce73273ae7
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ abstract class ActivityBase extends AppCompatActivity implements SharedPreferenc
|
|||
@Override
|
||||
protected void onCreate(Bundle savedInstanceState) {
|
||||
Log.i("Create " + this.getClass().getName() + " version=" + BuildConfig.VERSION_NAME);
|
||||
Log.logExtras(getIntent());
|
||||
|
||||
this.contacts = hasPermission(Manifest.permission.READ_CONTACTS);
|
||||
|
||||
|
|
Loading…
Reference in a new issue