Skip to content

Commit be8021b

Browse files
committed
Remove unused stuff
1 parent b44c3b1 commit be8021b

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

llm/android/LlamaDemo/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
xmlns:tools="http://schemas.android.com/tools"
4-
package="com.example.executorchllamademo">
5-
6-
<uses-sdk
7-
android:maxSdkVersion="40"
8-
android:minSdkVersion="28"
9-
android:targetSdkVersion="34" />
3+
xmlns:tools="http://schemas.android.com/tools">
104

115
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
126
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
@@ -18,7 +12,6 @@
1812
android:name=".ETLogging"
1913
android:allowBackup="false"
2014
android:dataExtractionRules="@xml/data_extraction_rules"
21-
android:extractNativeLibs="true"
2215
android:fullBackupContent="@xml/backup_rules"
2316
android:icon="@drawable/logo"
2417
android:label="@string/app_name"

0 commit comments

Comments
 (0)