]> hydra-www.ietfng.org Git - android-vcpass-oisafe/commitdiff
OI Safe: Have only one Launcher activity. Remove unused action org.openintents.safe.A.
authorpeli0101 <peli0101@72b678ce-9140-0410-bee8-679b907dd61a>
Sun, 11 Apr 2010 08:37:44 +0000 (08:37 +0000)
committerpeli0101 <peli0101@72b678ce-9140-0410-bee8-679b907dd61a>
Sun, 11 Apr 2010 08:37:44 +0000 (08:37 +0000)
git-svn-id: http://openintents.googlecode.com/svn/trunk/Safe@2613 72b678ce-9140-0410-bee8-679b907dd61a

AndroidManifest.xml

index 90ce13dc98d74948a4e38b3802843051bdf9ba87..8aced89bc352a39d05e2cd538f34eb6689664643 100644 (file)
                    
         <activity class=".Safe" android:name="Safe" android:label="@string/app_name"\r
                        android:theme="@android:style/Theme.Translucent.NoTitleBar">
+               <!-- Launcher activity is only defined for FrontDoor below,
+                    in order to avoid duplicate entry in the application menu. -->
+               <!-- 
                <intent-filter>
                 <action android:name="android.intent.action.MAIN" />
                        <category android:name="android.intent.category.LAUNCHER" />\r
-            </intent-filter>           
-               <intent-filter>
-                <action android:name="org.openintents.action.A" />
-                       <category android:name="android.intent.category.DEFAULT" />
-            </intent-filter>           
+            </intent-filter>
+             -->
         </activity>
         <!-- alias is to handle versions 1.2.4 and earlier which used to use
              FrontDoor as the initial activity -->
                <intent-filter>
                 <action android:name="android.intent.action.MAIN" />
                        <category android:name="android.intent.category.LAUNCHER" />
-            </intent-filter>           
-               <intent-filter>
-                <action android:name="org.openintents.action.A" />
-                       <category android:name="android.intent.category.DEFAULT" />
-            </intent-filter> 
+            </intent-filter>
         </activity-alias>
                
         <activity class=".IntentHandler" android:name="IntentHandler" android:label="@string/app_name"