I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit b7a6b4ac authored by str4d's avatar str4d
Browse files

Manifest change missing from previous commit

parent e27e1e55
No related branches found
No related tags found
No related merge requests found
...@@ -66,6 +66,10 @@ ...@@ -66,6 +66,10 @@
<intent-filter> <intent-filter>
<action android:name="android.intent.action.SEARCH" /> <action android:name="android.intent.action.SEARCH" />
</intent-filter> </intent-filter>
<intent-filter>
<action android:name="android.intent.action.PICK" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<meta-data android:name="android.app.searchable" <meta-data android:name="android.app.searchable"
android:resource="@xml/searchable_addressbook"/> android:resource="@xml/searchable_addressbook"/>
</activity> </activity>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment