Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Commit

Permalink
Added ACCESS_NETWORK_STATE perm to GoogleSearch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjorn Bringert committed Jun 24, 2009
1 parent 23f2be5 commit 09a1420
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AndroidManifest.xml
Expand Up @@ -21,6 +21,7 @@
package="com.android.googlesearch"
android:sharedUserId="android.uid.shared">

<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.INTERNET" />

<application
Expand Down

0 comments on commit 09a1420

Please sign in to comment.