Answers

Kaleem B.

Sr. Java Consultant

see all my questions

Is there a way to programmatically access Android's Manage apps?

Andorid has a Manage apps button, that allows you to manage apps. For each app, you can have the option of moving to sd card or uninstall. You can individually access each app. I want to be able to provide a single button that moves all apps to SD card. Is there a way of programmatically accessing the Manage apps? Does android has any interface/API that allows one to do that.

Clarification added 3 months ago:

Thanks I was able to figure it out using
android.provider.Settings.ACTION_APPLICATION_DETAILS_SETTINGS

posted 3 months ago in Software Development | Closed

Share This Question

Share This

Answers (2)

Vinodh Sen E.

Technical Lead,ING Institutional Plan Services

see all my answers

Best Answers in: Web Development (89), Software Development (50), Computers and Software (35), Enterprise Software (24), E-Commerce (21), Databases (15), Computer Networking (10), Telecommunications (8), Information Security (7), Wireless (5), Staffing and Recruiting (3), Blogging (3), Information Storage (3), Job Search (2), Business Development (2), Business Analytics (2), Professional Networking (2), Starting Up (2), Using LinkedIn (2), Freelancing and Contracting (1), Mentoring (1), Conference Planning (1), Offshoring and Outsourcing (1), Intellectual Property (1), Employment and Labor Law (1), Advertising (1), Sales Techniques (1), Equity Markets (1), Nonprofit Management (1), Market Research and Definition (1), Professional Books and Resources (1), Business Plans (1), Small Business (1), Biotech (1)

Hi,
will check and revert.
regards
vinodhsen

posted 3 months ago

Chris D.

Independent Computer Software Professional

see all my answers

You cannot unless the device is rooted sir, so thus it would be useless unless the person were to be using it on a rooted device and installing your application by hand, either via a terminal on Android or via an APK installer app.

This is a security feature! I know it seems like a good idea to move everything to SD but it usually isn't. We want to convince manufacturers to build in more memory, not users to have to manage the location of their apps.

posted 3 months ago