SunilProgramer / secrets-for-android

Automatically exported from code.google.com/p/secrets-for-android
0 stars 0 forks source link

Intent API #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Feature Request:

Allow an Intent-based CRUD API so that users can modify their password
database from their PC using adb and the am tool.

$ am start -a android.intent.action.edit -n com.google.secrets -e
my.com:fred123:pass123:note123

For security could either only work when DB is unlocked or if they have
allowed Intents in the S4A Settings.

Original issue reported on code.google.com by Eric.Faccer@gmail.com on 10 Feb 2010 at 1:50

GoogleCodeExporter commented 9 years ago
This is not very convenient workflow.  I do no plan to add such a setting to 
android.

Original comment by roge...@gmail.com on 22 May 2010 at 3:31