Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 10c73d6b authored by Shannon Chen's avatar Shannon Chen
Browse files

Fix build warning about permissions for startActivityFromGameSessionForResult.

This is the warning:

  [AndroidFrameworkRequiresPermission] Method startActivityFromGameSessionForResult() annotated {allOf=[android.permission.MANAGE_GAME_ACTIVITY]} but too wide; only invokes methods requiring [none]
      public final void startActivityFromGameSessionForResult(
                        ^
      If calling an AIDL interface, it can be annotated by adding:
      @JavaPassthrough(annotation="@android.annotation.RequiresPermission(...)")

Change-Id: Ia96dc7f922119e6e17fbb36fe5dd1039887e3fd0
Test: n/a
Bug: 202417255
parent 4b6025d5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment