Mercurial > 510Connectbot
comparison app/src/main/AndroidManifest.xml @ 447:2907c688955e
add ndk shared object to .apk package
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 17 Mar 2016 13:24:58 -0700 |
parents | 8fa8e73e2f5c |
children | b00031b2d6ac |
comparison
equal
deleted
inserted
replaced
446:5ce5235adde6 | 447:2907c688955e |
---|---|
41 <uses-feature android:name="android.hardware.touchscreen" android:required="false"/> | 41 <uses-feature android:name="android.hardware.touchscreen" android:required="false"/> |
42 | 42 |
43 <supports-screens /> | 43 <supports-screens /> |
44 | 44 |
45 <application | 45 <application |
46 android:debuggable="true" | |
47 android:icon="@drawable/icon" | 46 android:icon="@drawable/icon" |
48 android:label="@string/app_name" | 47 android:label="@string/app_name" |
49 android:description="@string/app_desc" | 48 android:description="@string/app_desc" |
50 android:allowBackup="false" | 49 android:allowBackup="false" |
51 android:backupAgent=".service.BackupAgent" | 50 android:backupAgent=".service.BackupAgent" |