]> hydra-www.ietfng.org Git - android-vcpass-oisafe/commitdiff
Add nicer labels for intent filters.
authorpeli0101 <peli0101@72b678ce-9140-0410-bee8-679b907dd61a>
Thu, 15 Jan 2009 20:12:54 +0000 (20:12 +0000)
committerpeli0101 <peli0101@72b678ce-9140-0410-bee8-679b907dd61a>
Thu, 15 Jan 2009 20:12:54 +0000 (20:12 +0000)
git-svn-id: http://openintents.googlecode.com/svn/trunk/Safe@1727 72b678ce-9140-0410-bee8-679b907dd61a

AndroidManifest.xml
res/values/strings.xml

index a8aef3b13246c8012ade9ed254adef1d408b68f2..d7b463f304afb24a21c0cd69975322b621d53ec7 100644 (file)
                        <category android:name="android.intent.category.LAUNCHER" />\r
             </intent-filter>
             
-            <intent-filter android:label="org.openintents.action.ENCRYPT">
+            <intent-filter android:label="@string/intent_encrypt">
                 <action android:name="org.openintents.action.ENCRYPT" />
                 <category android:name="android.intent.category.DEFAULT" />
                </intent-filter>
-               <intent-filter android:label="org.openintents.action.DECRYPT">
+               <intent-filter android:label="@string/intent_decrypt">
                 <action android:name="org.openintents.action.DECRYPT" />
                 <category android:name="android.intent.category.DEFAULT" />
                </intent-filter>
-               <intent-filter android:label="org.openintents.action.GET_PASSWORD">
+               <intent-filter android:label="@string/intent_get_password">
                 <action android:name="org.openintents.action.GET_PASSWORD" />
                 <category android:name="android.intent.category.DEFAULT" />
                </intent-filter>
-               <intent-filter android:label="org.openintents.action.SET_PASSWORD">
+               <intent-filter android:label="@string/intent_set_password">
                 <action android:name="org.openintents.action.SET_PASSWORD" />
                 <category android:name="android.intent.category.DEFAULT" />
                </intent-filter>
index 24fceea2cd9ad89151290ab2e164d60da0cd00e3..166a92d0b5cd0d281120b9b2b725d6d962753592 100644 (file)
        <string name="pref_title_lock_timeout">Lock timeout</string>\r
        <string name="pref_summary_lock_timeout">Minutes before timeout occurs and safe is locked.</string>\r
        <string name="pref_dialog_title_lock_timeout">Lock timeout</string>\r
+       <string name="intent_decrypt">Decrypt (OI Safe)</string>\r
+       <string name="intent_encrypt">Encrypt (OI Safe)</string>\r
+       <string name="intent_get_password">Get password (OI Safe)</string>\r
+       <string name="intent_set_password">Set password (OI Safe)</string>\r
 </resources>