AndroidManifestの調整
1 parent f2b7507 commit b713c7aa2dd421b0defe2ed763e659cebde1dae2
n-konishi authored on 3 Jul 2018
Showing 2 changed files
View
.idea/caches/build_file_checksums.ser
Not supported
View
16
app/src/main/AndroidManifest.xml
</intent-filter>
</activity>
 
 
<activity android:name=".cactusClient.tests.SampleActivity"
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=".cactusClient.tests.SampleActivity"-->
<!--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>-->
 
 
</application>