Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

moved permissions before <application> tag #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

harikris
Copy link

testing forking and pull request process for aflogical ose repo

moved permissions before tag

import com.viaforensics.android.providers.ForensicsProvider;
import com.viaforensics.android.util.PackageManagerHelper;
import com.viaforensics.android.view.ForensicsProviderListManager;

public class ForensicsActivity extends ListActivity implements OnClickListener {

private static final String TAG = "com.viaforensics.android.ForensicsActivity";
public static final String TAG = "com.viaforensics.android.ForensicsActivity";

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe it's better to leave this tags private and stick to the convention?

@marcograss
Copy link

is the external storage functionality already integrated?

@harikris
Copy link
Author

harikris commented Aug 5, 2014

we are just detecting the presence (or absence) of external storage at this point.
we are not making use of the detection result.
also, the ext sd card detection does not cover all the various permutations of /proc/mounts. so, some more conditions might have to be handled in src/com/viaforensics/android/os/GetRemovableDevice.java.

@marcograss
Copy link

ok, so it does not make sense to include it in a pull request for the opensource edition in master, if it's dead code (imo).

we can make another pull request for the external sdcard in master when the functionality is complete

@harikris
Copy link
Author

harikris commented Aug 5, 2014

yeah. makes sense. we will revisit this when the viaProtect agent release is complete. meantime, feel free to cover missed cases in GetRemovableDevice.java i.e feel free to enhance it as u see fit Marco. It's a good idea to make that class as robust and comprehensive as possible. Currently, it works perfectly fine on a Samsung 5 unrooted device.

Regards,

  • vj

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants