| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android" | 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
| 3 package="org.adblockplus.libadblockplus"> | 3 package="org.adblockplus.libadblockplus"> |
| 4 | 4 |
| 5 <uses-sdk | 5 <uses-sdk |
| 6 android:minSdkVersion="16" | 6 android:minSdkVersion="16" |
| 7 android:targetSdkVersion="16" /> | 7 android:targetSdkVersion="16" /> |
| 8 | 8 |
| 9 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> | |
|
anton
2018/07/10 09:51:39
Unrelated change.
It's mentioned in README that e
jens
2018/07/10 10:08:10
I always prefer to not add permissions in the libr
diegocarloslima
2018/07/10 12:26:02
As explained through IRC, this change is not unrel
| |
| 10 | |
| 9 </manifest> | 11 </manifest> |
| OLD | NEW |