| |
---|
| | android:name="android.hardware.camera.autofocus" |
---|
| | android:required="false" /> |
---|
| | |
---|
| | <application |
---|
| | android:name=".cactusClient.Cactus" |
---|
| | android:allowBackup="true" |
---|
| | android:icon="@mipmap/ic_launcher" |
---|
| | android:label="@string/app_name" |
---|
| | android:roundIcon="@mipmap/ic_launcher_round" |
---|
| | android:supportsRtl="true" |
---|
| | android:theme="@style/Theme.AppCompat.Light.NoActionBar" > |
---|
| | android:theme="@style/AppTheme"> |
---|
| | |
---|
| | <!--無効化の際に<activity></activity>コメントアウトか消すといい--> |
---|
| | <!--start--> |
---|
| | <!--<activity--> |
---|
| | <!--android:name=".sample.SampleGameActivity"--> |
---|
| | <!--android:label="@string/app_name"--> |
---|
| | <!--android:screenOrientation="landscape">--> |
---|
| | <!--<intent-filter>--> |
---|
| | <!--<action android:name="android.intent.action.MAIN" />--> |
---|
| | <!--<category android:name="android.intent.category.LAUNCHER" />--> |
---|
| | <!--</intent-filter>--> |
---|
| | <!--</activity>--> |
---|
| | <activity |
---|
| | android:name=".sample.SampleGameActivity" |
---|
| | android:label="@string/app_name" |
---|
| | android:screenOrientation="landscape"> |
---|
| | <intent-filter> |
---|
| | <action android:name="android.intent.action.MAIN" /> |
---|
| | <category android:name="android.intent.category.LAUNCHER" /> |
---|
| | </intent-filter> |
---|
| | </activity> |
---|
| | <!--end--> |
---|
| | |
---|
| | <!--start--> |
---|
| | <activity android:name=".cactusClient.MainActivity" |
---|
| |
---|
| | |
よろしく
おk
d60de7d
intomaster
fromnet
on 5 Jun 2018net
branch on 5 Jun 2018