From 7cefdb9b1fb0db2a16729ca45635414469ae627e Mon Sep 17 00:00:00 2001 From: hai007 Date: Thu, 22 Jul 2021 06:02:14 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 386221204 --- proto/sharing_enums.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proto/sharing_enums.proto b/proto/sharing_enums.proto index 4150a13d..5d9a2df8 100644 --- a/proto/sharing_enums.proto +++ b/proto/sharing_enums.proto @@ -372,8 +372,8 @@ enum ConsentType { enum ApkSource { UNKNOWN_APK_SOURCE = 0; - FILE_BROSWER = 1; - LAUNCHER = 2; + APK_FROM_SD_CARD = 1; + INSTALLED_APP = 2; } // The Installation status of APK.