mirror of https://github.com/M66B/FairEmail.git
Log activity intent
This commit is contained in:
parent
485474b415
commit
ce73273ae7
|
@ -61,6 +61,7 @@ abstract class ActivityBase extends AppCompatActivity implements SharedPreferenc
|
||||||
@Override
|
@Override
|
||||||
protected void onCreate(Bundle savedInstanceState) {
|
protected void onCreate(Bundle savedInstanceState) {
|
||||||
Log.i("Create " + this.getClass().getName() + " version=" + BuildConfig.VERSION_NAME);
|
Log.i("Create " + this.getClass().getName() + " version=" + BuildConfig.VERSION_NAME);
|
||||||
|
Log.logExtras(getIntent());
|
||||||
|
|
||||||
this.contacts = hasPermission(Manifest.permission.READ_CONTACTS);
|
this.contacts = hasPermission(Manifest.permission.READ_CONTACTS);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue