Add camera

This commit is contained in:
Andros Fenollosa
2016-11-27 12:31:56 +01:00
parent fc553ac58f
commit 8b012de054
29 changed files with 104 additions and 49 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest package="love.to.android1126182750"
<manifest package="love.to.android1127120145"
android:versionCode="15"
android:versionName="0.9.2"
android:installLocation="auto" xmlns:android="http://schemas.android.com/apk/res/android">
@@ -12,13 +12,13 @@
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="Game 1126182750"
android:label="Game 1127120145"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" >
<service android:name=".DownloadService" />
<activity
android:name="LtaActivity"
android:configChanges="orientation|screenSize"
android:label="Game 1126182750"
android:label="Game 1127120145"
android:launchMode="singleTop"
android:screenOrientation="landscape" >
<intent-filter>