mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-29 06:26:02 +00:00
Up android sdk target
This commit is contained in:
parent
f700315e56
commit
077114d48b
4 changed files with 4145 additions and 3023 deletions
|
|
@ -8,7 +8,7 @@
|
|||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>AideDeJeu.Droid</RootNamespace>
|
||||
<AssemblyName>AideDeJeu.Android</AssemblyName>
|
||||
<TargetFrameworkVersion>v10.0</TargetFrameworkVersion>
|
||||
<TargetFrameworkVersion>v12.1</TargetFrameworkVersion>
|
||||
<AndroidApplication>True</AndroidApplication>
|
||||
<AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
|
||||
<AndroidResgenClass>Resource</AndroidResgenClass>
|
||||
|
|
|
|||
|
|
@ -211,7 +211,7 @@ namespace AideDeJeu.Droid
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
[IntentFilter(new[] { Android.Content.Intent.ActionAssist }, Categories = new[] { Android.Content.Intent.CategoryDefault })]
|
||||
//[Activity(Label = "Aide de Jeu", Icon = "@drawable/black_book", Theme = "@style/MainTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)]
|
||||
#if CONFIG_JOA
|
||||
|
|
@ -248,7 +248,7 @@ namespace AideDeJeu.Droid
|
|||
}
|
||||
this.FinishActivity(0);
|
||||
}
|
||||
}
|
||||
}*/
|
||||
//public class AndroidListener : Java.Lang.Object, Application.IOnProvideAssistDataListener
|
||||
//{
|
||||
// public void OnProvideAssistData(Android.App.Activity activity, Bundle data)
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.nioux.aidedejeu" android:installLocation="auto" android:versionCode="14002" android:versionName="1.40.02">
|
||||
<uses-sdk android:targetSdkVersion="29" android:minSdkVersion="16" />
|
||||
<uses-sdk android:targetSdkVersion="34" android:minSdkVersion="16" />
|
||||
<application android:label="Haches & Dés">
|
||||
<!--<provider android:name="android.support.v4.content.FileProvider" android:authorities="com.nioux.aidedejeu.fileprovider" android:exported="false" android:grantUriPermissions="true">
|
||||
<!--<provider android:name="android.support.v4.content.FileProvider" android:authorities="com.nioux.aidedejeu.fileprovider" android:exported="false" android:grantUriPermissions="true">
|
||||
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths"></meta-data>
|
||||
</provider>-->
|
||||
<!--
|
||||
<!--
|
||||
<activity android:name=".SearchActivity" android:label="Aide de Jeu">
|
||||
<intent-filter>
|
||||
<action android:name="com.google.android.gms.actions.SEARCH_ACTION" />
|
||||
|
|
|
|||
7156
AideDeJeu/AideDeJeu.Android/Resources/Resource.designer.cs
generated
7156
AideDeJeu/AideDeJeu.Android/Resources/Resource.designer.cs
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue