Skip to content

Commit

Permalink
Limit external Wikipedia link support to just few languages.
Browse files Browse the repository at this point in the history
Including all Wikipedia languages for three projects (Wikipedia,
Wiktionary, Wikiquote) resulted in large AndroidManifest.xml with
hundreds of entries. It didn't cause any issues before Android 6.0.1,
but since 6.0.1 package manager crashes when trying to read package
info, so list of supported external links had to be reduced.
  • Loading branch information
itkach committed Mar 8, 2016
1 parent a08d6f7 commit 9ad2c0e
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 17,046 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.template.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="itkach.aard2"
android:versionCode="32"
android:versionName="0.32" >
android:versionCode="33"
android:versionName="0.33" >

<uses-sdk
android:minSdkVersion="15"
Expand Down
Loading

0 comments on commit 9ad2c0e

Please sign in to comment.