Skip to content
Snippets Groups Projects
Commit ea09b96c authored by Alexandre Lision's avatar Alexandre Lision
Browse files

manifest: add extractNativeLib attribute

Prevent the system from creating a second copy of the .so files and fix
the System.loadLibrary call so it’s able to find and open native libs
straight from the APK. This is used starting from Android 6.0.

Change-Id: If2d35d13ff71a6c2305dd6086455bf65c88a44aa
parent bc852c1c
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:name=".application.RingApplication"
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:extractNativeLibs="false"
android:label="@string/app_name"
android:resizeableActivity="true"
android:supportsRtl="true">
......
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