File tree Expand file tree Collapse file tree
llm/android/LlamaDemo/app/src/main Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" />
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"
You can’t perform that action at this time.
0 commit comments