|
|
@ -61,7 +61,11 @@ 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());
|
|
|
|
Intent intent = getIntent();
|
|
|
|
|
|
|
|
if (intent != null) {
|
|
|
|
|
|
|
|
Log.i(intent.toString());
|
|
|
|
|
|
|
|
Log.logBundle(intent.getExtras());
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
this.contacts = hasPermission(Manifest.permission.READ_CONTACTS);
|
|
|
|
this.contacts = hasPermission(Manifest.permission.READ_CONTACTS);
|
|
|
|
|
|
|
|
|
|
|
|