-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dc44a0c
commit ad7576a
Showing
7 changed files
with
57 additions
and
141 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,109 +1,35 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<debug_sources> | ||
<source from="androguard xaml APK"> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:versionCode="8211" | ||
android:versionName="0.1" | ||
android:installLocation="0" | ||
package="com.chdirections" | ||
platformBuildVersionCode="8211" | ||
platformBuildVersionName="0.100000"> | ||
<uses-sdk android:minSdkVersion="21" | ||
android:targetSdkVersion="27" /> | ||
<supports-screens android:anyDensity="true" | ||
android:smallScreens="true" | ||
android:normalScreens="true" | ||
android:largeScreens="true" | ||
android:xlargeScreens="true" /> | ||
<uses-feature android:glEsVersion="0x00020000" /> | ||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> | ||
<application android:theme="@android:01030007" | ||
android:label="@7F090000" | ||
android:icon="@7F050001" | ||
android:debuggable="true" | ||
android:allowBackup="true" | ||
android:hardwareAccelerated="true"> | ||
<meta-data android:name="wakelock" | ||
android:value="0" /> | ||
<activity android:label="@7F090000" | ||
android:name="org.kivy.android.PythonActivity" | ||
android:launchMode="2" | ||
android:screenOrientation="1" | ||
android:configChanges="0x40002FFF"> | ||
<intent-filter> | ||
<action android:name="android.intent.action.MAIN" /> | ||
<category android:name="android.intent.category.LAUNCHER" /> | ||
</intent-filter> | ||
</activity> | ||
<provider android:name="android.support.v4.content.FileProvider" | ||
android:exported="false" | ||
android:authorities="com.chdirections.fileprovider" | ||
android:grantUriPermissions="true"> | ||
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" | ||
android:resource="@7F0C0000" /> | ||
</provider> | ||
<meta-data android:name="android.support.VERSION" | ||
android:value="26.1.0" /> | ||
<meta-data android:name="android.arch.lifecycle.VERSION" | ||
android:value="27.0.0-SNAPSHOT" /> | ||
</application> | ||
</manifest> | ||
</source> | ||
<source from="/home/surfubu/.local/share/python-for-android/dists/unnamed_dist_1__arm64-v8a/src/main/AndroidManifest.xml"> | ||
<!-- <?xml version="1.0" encoding="utf-8"?> --> | ||
<!-- Replace org.libsdl.app with the identifier of your game below, e.g. | ||
com.gamemaker.game --> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
package="com.chdirections" | ||
android:versionCode="8211" | ||
android:versionName="0.1" | ||
android:installLocation="auto"> | ||
<supports-screens android:smallScreens="true" | ||
android:normalScreens="true" | ||
android:largeScreens="true" | ||
android:anyDensity="true" | ||
android:xlargeScreens="true" /> | ||
<!-- Android 2.3.3 --> | ||
<uses-sdk android:minSdkVersion="21" | ||
android:targetSdkVersion="27" /> | ||
<!-- OpenGL ES 2.0 --> | ||
<uses-feature android:glEsVersion="0x00020000" /> | ||
<!-- Allow writing to external storage --> | ||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> | ||
<!-- Create a Java class extending SDLActivity and place it in a | ||
directory under src matching the package, e.g. | ||
src/com/gamemaker/game/MyGame.java | ||
then replace "SDLActivity" with the name of your class (e.g. "MyGame") | ||
in the XML below. | ||
An example Java class can be found in README-android.txt --> | ||
<application android:label="@string/app_name" | ||
android:debuggable="true" | ||
android:icon="@drawable/icon" | ||
android:allowBackup="true" | ||
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" | ||
android:hardwareAccelerated="true"> | ||
<meta-data android:name="wakelock" | ||
android:value="0" /> | ||
<activity android:name="org.kivy.android.PythonActivity" | ||
android:label="@string/app_name" | ||
android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|fontScale|uiMode|uiMode|screenSize|smallestScreenSize|layoutDirection" | ||
android:screenOrientation="portrait" | ||
android:launchMode="singleTask"> | ||
<intent-filter> | ||
<action android:name="android.intent.action.MAIN" /> | ||
<category android:name="android.intent.category.LAUNCHER" /> | ||
</intent-filter> | ||
</activity> | ||
<provider android:name="android.support.v4.content.FileProvider" | ||
android:authorities="com.chdirections.fileprovider" | ||
android:exported="false" | ||
android:grantUriPermissions="true"> | ||
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" | ||
android:resource="@xml/file_paths" /> | ||
</provider> | ||
</application> | ||
</manifest> | ||
</source> | ||
</debug_sources> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:versionCode="8212" | ||
android:versionName="0.2" | ||
android:installLocation="0" | ||
package="com.chdirections.bvwsudoku"> | ||
<uses-sdk android:minSdkVersion="21" | ||
android:targetSdkVersion="27" /> | ||
<supports-screens android:anyDensity="true" | ||
android:smallScreens="true" | ||
android:normalScreens="true" | ||
android:largeScreens="true" | ||
android:xlargeScreens="true" /> | ||
<uses-feature android:glEsVersion="0x00020000" /> | ||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> | ||
<uses-permission android:name="android.permission.INTERNET" /> | ||
<application android:theme="@android:01030006" | ||
android:label="@7F040000" | ||
android:icon="@7F010001" | ||
android:debuggable="true" | ||
android:allowBackup="true" | ||
android:hardwareAccelerated="true"> | ||
<meta-data android:name="wakelock" | ||
android:value="0" /> | ||
<activity android:label="@7F040000" | ||
android:name="org.kivy.android.PythonActivity" | ||
android:launchMode="2" | ||
android:screenOrientation="4" | ||
android:configChanges="0x40002FFF"> | ||
<intent-filter> | ||
<action android:name="android.intent.action.MAIN" /> | ||
<category android:name="android.intent.category.LAUNCHER" /> | ||
</intent-filter> | ||
</activity> | ||
</application> | ||
</manifest> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters