]> hydra-www.ietfng.org Git - android-vcpass-oisafe/commit
OI Safe: Fix issue 170. Include a new dialog AllowExternalAccessDialog that is prompt...
authorpeli0101 <peli0101@72b678ce-9140-0410-bee8-679b907dd61a>
Sat, 17 Jan 2009 16:38:06 +0000 (16:38 +0000)
committerpeli0101 <peli0101@72b678ce-9140-0410-bee8-679b907dd61a>
Sat, 17 Jan 2009 16:38:06 +0000 (16:38 +0000)
commit1bdaf3672e0cde88e779915d972beabae1e9360c
treefbdf9d4b45e4774672011052d754eed9b99c058f
parentcabc12248bfce2285c94b36b2d9a7284d73c389a
OI Safe: Fix issue 170. Include a new dialog AllowExternalAccessDialog that is prompted if an external application tries to access OI Safe. It is only asked after the password has been entered.

git-svn-id: http://openintents.googlecode.com/svn/trunk/Safe@1753 72b678ce-9140-0410-bee8-679b907dd61a
AndroidManifest.xml
res/layout/dialog_allow_access.xml [new file with mode: 0644]
res/values/strings.xml
src/org/openintents/safe/FrontDoor.java
src/org/openintents/safe/Preferences.java
src/org/openintents/safe/dialog/AllowExternalAccessDialog.java [new file with mode: 0644]
src/org/openintents/safe/dialog/DialogHostingActivity.java