Check App Info

//By Jetfrican Electro World Intent intent = new Intent(); intent.setAction(android.provider.Settings.ACTION_APPLICATION_DETAILS_SETTINGS); Uri uri = Uri.fromParts("package", MainActivity.this.getPackageName(), null); intent.setData(uri); MainActivity.this.startActivity(intent);

Material Snackbar

View contextView = findViewById(R.id.linear1); com.google.android.material.snackbar.Snackbar.make(contextView, "Message Deleted", com.google.android.material.snackbar.Snackbar.LENGTH_LONG) .setAction("Undo", new OnClickListener() { @Override public void onClick(View v) { // Respond to the click, such as by undoing the modification that caused // this message to be displayed }) });

Comments

Popular posts from this blog

View Pager

File Picker