Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
angle
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • angle
  • Repository

Switch branch/tag
  • angle
  • android
  • AndroidManifest.xml
Find file
BlameHistoryPermalink
  • Tim Van Patten's avatar
    Fix Loading ANGLE.apk in Android · 89ac8a44
    Tim Van Patten authored May 19, 2021
    The recent CL to remove the Settings GUI from the Android-built APK went
    a little too far removing Java code and emptying the
    AndroidManifest.xml. This resulted in ANGLE being unable to be loaded
    from the APK, since ANGLE was not able to respond to the intent
    android.app.action.ANGLE_FOR_ANDROID which indicates it contains ANGLE
    libraries.
    
    The AndroidManifest.xml requires various flags like
    android:forceQueryable="true" so the APK can be accessed by the
    framework.
    
    The assets/ directory was removed, which contains 'a4a_rules.json' and
    is required by GraphicsEnvironment. This is added back.
    
    Bug: b/187342779
    Change-Id: Ic7b758c92ed12750972c7e313729276a13f76032
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2906632Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
    Commit-Queue: Tim Van Patten <timvp@google.com>
    89ac8a44
AndroidManifest.xml 1.35 KB
EditWeb IDE
×

Replace AndroidManifest.xml

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.