mirror of
https://github.com/M66B/NetGuard.git
synced 2024-12-26 09:48:46 +00:00
Log version on create main activity
This commit is contained in:
parent
6e20de59d2
commit
df6c43517d
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ public class ActivityMain extends AppCompatActivity implements SharedPreferences
|
|||
|
||||
@Override
|
||||
protected void onCreate(Bundle savedInstanceState) {
|
||||
Log.i(TAG, "Create");
|
||||
Log.i(TAG, "Create version=" + Util.getSelfVersionName(this));
|
||||
Util.logExtras(getIntent());
|
||||
|
||||
if (Build.VERSION.SDK_INT < MIN_SDK) {
|
||||
|
|
Loading…
Reference in a new issue