• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

packages/apps/Music


Commit MetaInfo

Revisionba94c5041711c76d61e0da9484ffa3807bb0ca45 (tree)
Zeit2009-09-05 03:04:06
AutorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

enable video player

Ändern Zusammenfassung

Diff

--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -162,13 +162,11 @@
162162 <category android:name="android.intent.category.DEFAULT" />
163163 <data android:mimeType="vnd.android.cursor.dir/video"/>
164164 </intent-filter>
165-<!--
166165 <intent-filter>
167166 <action android:name="android.intent.action.MAIN" />
168167 <category android:name="android.intent.category.DEFAULT" />
169168 <category android:name="android.intent.category.LAUNCHER" />
170169 </intent-filter>
171--->
172170 </activity>
173171 <activity android:name="MediaPickerActivity" android:label="@string/mediapickerlabel">
174172 <!--