Skip to content

Commit

Permalink
UPDATE: Disable App Actions for now as Play Console does not accept o…
Browse files Browse the repository at this point in the history
…ur submission yet.
  • Loading branch information
oasisfeng committed Jul 3, 2019
1 parent ec2b9f2 commit aab2355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
tools:ignore="AllowBackup,GoogleAppIndexingWarning">

<meta-data android:name="android.max_aspect" android:value="2.1" />
<meta-data android:name="com.google.android.actions" android:resource="@xml/actions" /> <!-- Placed here instead of module "mobile" for App Action Test Tool to work -->
<!-- <meta-data android:name="com.google.android.actions" android:resource="@xml/actions" /> -->

<!-- windowSoftInputMode="adjustPan" to avoid bottom-sheet hanging in the center of screen when search is finished and IME panel is closed. -->
<activity android:name="com.oasisfeng.island.MainActivity" android:windowSoftInputMode="adjustPan">
Expand Down

0 comments on commit aab2355

Please sign in to comment.