Use the touch gestures

このコミットが含まれているのは:
2020-02-23 13:31:10 +00:00
コミット c7162a2f8d

ファイルの表示

@ -9,6 +9,11 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<meta-data
android:name="com.google.android.glass.TouchEnabledApplication"
android:value="true" />
<activity android:name=".MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />