Skip to content

Commit

Permalink
String tune 👻
Browse files Browse the repository at this point in the history
  • Loading branch information
hearsilent committed Feb 21, 2017
1 parent 641b4a8 commit b447ff5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ support. See http://developer.android.com/google/playservices/setup.html.
```

6. Add permissions in AndroidManifest:
```xml
```xml
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
Expand All @@ -60,7 +60,7 @@ support. See http://developer.android.com/google/playservices/setup.html.
```

7. Add Activity declaration in AndroidManifest:
```xml
```xml
<activity
android:name="com.ad2iction.mobileads.Ad2ictionActivity"
android:configChanges="keyboardHidden|orientation|screenSize"/>
Expand All @@ -79,7 +79,7 @@ support. See http://developer.android.com/google/playservices/setup.html.
8. If you plan to run [ProGuard](http://developer.android.com/tools/help/proguard.html) on your app
before release, you will need to add the following to your ProGuard configuration file.

```
```
# Ad2iction Proguard Config
# NOTE: You should also include the Android Proguard config found with the build tools:
# $ANDROID_HOME/tools/proguard/proguard‐android.txt
Expand Down

0 comments on commit b447ff5

Please sign in to comment.