From e162d35689ee5b0b086a2e3087a477e2c0cd666b Mon Sep 17 00:00:00 2001 From: tonihei Date: Mon, 21 May 2018 08:37:51 -0700 Subject: [PATCH] Fix permissions in demo app. The ACCESS_NETWORK_STATE permission is only included indirectly which doesn't work in all build systems. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=197399274 --- demos/main/src/main/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/demos/main/src/main/AndroidManifest.xml b/demos/main/src/main/AndroidManifest.xml index 3bedefc60e..2232a8b3eb 100644 --- a/demos/main/src/main/AndroidManifest.xml +++ b/demos/main/src/main/AndroidManifest.xml @@ -18,6 +18,7 @@ package="com.google.android.exoplayer2.demo"> +